Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gr1d99-testkit

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gr1d99-testkit

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Gr1d99::Testkit

A minimal grouping of testing packages that we use everyday when testing rails applications, with this gem you just need to configure the specific gem that you intend to use proceed with development.

Currently this gem includes gems such as:

  1. factory_bot_rails
  2. faker
  3. guard-rspec
  4. rspec-rails

Usage

  1. Add gem 'gr1d99-testkit' to your Gemfile under development and test group or under test group alone.

  2. Run $ bundle

  3. Follow the correct procedure of setting up any of the above included gems.

    eg. Setting up rspec-rails for your project

    Run $ rails generate rspec:install

    Output:

     create  .rspec
     create  spec
     create  spec/spec_helper.rb
     create  spec/rails_helper.rb
    

Contributing

  1. Fork project
  2. Add your proposed change
  3. Create a pull request against the upstream

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 11 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc