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:
parent
42f2196d01
commit
aa61034d40
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue