Update DEVELOPMENT.md

This commit is contained in:
Karl Bryan Paragua 2015-04-25 16:51:53 +08:00
parent 6427134226
commit 9fb008d2e6
1 changed files with 4 additions and 3 deletions

View File

@ -4,9 +4,10 @@
1. Go to `test_app`
1. Comment out `turbolinks.js` on `applciation.js`
1. Run `rake spec:javascript`.
1. Run `rake spec:units`.
1. Run `rake spec:integration`.
1. Run `bundle exec rails s`.
1. Open your browser and visit [http://localhost:3000/specs](http://localhost:3000/specs).
1. Run `bundle exec rake spec:units`.
1. Run `bundle exec rake spec:integration`.
## TODO