Merge pull request #1461 from lest/fix-readme-mongodb-version

fix mongodb version required to run tests in readme
This commit is contained in:
José Valim 2011-11-24 14:48:26 -08:00
commit c8c471a128
1 changed files with 1 additions and 1 deletions

View File

@ -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