Gem for adding a couple of commonly used testing gems to a Rails app.
Add this line to your application's Gemfile:
gem 'quicksuite', group: :development
And then execute:
$ bundle install
Just include the gem in your Rails app, bundle, and test!
Gem includes:
- rspec-rails
- pry-rails
- factory_girl_rails
- ffaker
- capybara
- selenium-webdriver
- launchy
- shoulda-matchers
- simplecov
- nyan-cat-formatter
- Fork it ( https://github.com/[my-github-username]/quicksuite/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request