change readme with test db command
This commit is contained in:
parent
fc06e3bff9
commit
6332e8e149
|
@ -10,12 +10,12 @@ Setup:
|
||||||
|
|
||||||
Run tests:
|
Run tests:
|
||||||
|
|
||||||
$ RAILS_ENV=test rake db:create db:schema:load
|
$ RAILS_ENV=test rake db:create db:structure:load
|
||||||
$ rake spec
|
$ rake spec
|
||||||
|
|
||||||
Run the server:
|
Run the server:
|
||||||
|
|
||||||
$ rake db:create db:schema:load
|
$ rake db:create db:structure:load
|
||||||
$ foreman start
|
$ foreman start
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
Loading…
Reference in New Issue
Block a user