0.0
No commit activity in last 3 years
No release in over 3 years
A minimal toolkit that includes a number of libraries for testing your rails application. The libraries included are: `rspec-rails.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
~> 6.0.2, >= 6.0.2.1
 Project Readme

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.