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:
Usage
- Add
gem 'gr1d99-testkit'to yourGemfileunderdevelopmentandtestgroup or undertestgroup alone. - Run
$ bundle - 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
- Fork project
- Add your proposed change
- Create a pull request against the upstream
License
The gem is available as open source under the terms of the MIT License.