1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Add Testing section to README (issue #766).

This commit is contained in:
Jo Liss 2011-01-12 00:56:53 +08:00 committed by José Valim
parent 42f2196d01
commit aa61034d40

View file

@ -70,6 +70,10 @@ We hope that you will consider contributing to Devise. Please read this short ov
http://github.com/plataformatec/devise/wiki/Contributing
=== Testing
To run Devise's own test suite, `cd` into Devise's top-level directory and run `bundle install` and `rake`. For the tests to pass, you will need to have a MongoDB server (version 1.6 or newer) running on your system.
== Installation
You can use the latest Rails 3 gem with the latest Devise gem: