Fixes readme

This commit is contained in:
Hilfe
2016-05-25 17:45:30 +02:00
parent ef88abaf75
commit f293886176
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ cp config/secrets.yml.example config/secrets.yml
rake db:create
bin/rake db:setup
bin/rake db:dev_seed
RAILS_ENV=test bin/rake db:setup
RAILS_ENV=test rake db:setup
```
Para ejecutar la aplicación en local: