mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
fix mongodb version required to run tests in readme
This commit is contained in:
parent
5909d6a0c5
commit
f72ff72c0c
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ We hope that you will consider contributing to Devise. Please read this short ov
|
|||
|
||||
https://github.com/plataformatec/devise/wiki/Contributing
|
||||
|
||||
You will usually want to write tests for your changes. To run the 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.
|
||||
You will usually want to write tests for your changes. To run the 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 2.0 or newer) running on your system.
|
||||
|
||||
== Installation
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue