Merge pull request #102 from rainsun/change-readme-with-test-db-command

Update README with new schema loading command
This commit is contained in:
Henrik Hodne 2013-12-31 07:36:54 -08:00
commit 2349fcdf11

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