mirror of
https://github.com/kbparagua/paloma
synced 2023-03-27 23:21:17 -04:00
Update DEVELOPMENT.md
This commit is contained in:
parent
6427134226
commit
9fb008d2e6
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue