change readme with test db command

This commit is contained in:
rainsun 2013-12-31 23:02:50 +08:00
parent fc06e3bff9
commit 6332e8e149

View File

@ -10,12 +10,12 @@ Setup:
Run tests:
$ RAILS_ENV=test rake db:create db:schema:load
$ RAILS_ENV=test rake db:create db:structure:load
$ rake spec
Run the server:
$ rake db:create db:schema:load
$ rake db:create db:structure:load
$ foreman start
## Contributing