= testing_rails

Testing rails is a generator to install and configure components in a rails application to test it with RSpec:

The tests are launched by guard and accelerated by spork.

== Installation

In the Gemfile:

gem "testing_rails"

So configure the rails application to test it:

rails g wooandoo:testing

Start guard to execute rspec tests:

    guard

== Contributing to testing_rails

== Copyright

Copyright © 2011 Frédéric Mascaro. See LICENSE.txt for further details.