Project

quicksuite

0.0
No commit activity in last 3 years
No release in over 3 years
Includes commonly used gem's for testing in Rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

~> 2.4.3
~> 1.25.0
~> 2.4.2
~> 0.3.2
~> 3.1.0
~> 0.9.1
 Project Readme

Quicksuite

Gem for adding a couple of commonly used testing gems to a Rails app.

Installation

Add this line to your application's Gemfile:

gem 'quicksuite', group: :development

And then execute:

$ bundle install

Usage

Just include the gem in your Rails app, bundle, and test!

Gem includes:

Contributing

  1. Fork it ( https://github.com/[my-github-username]/quicksuite/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request