Skip to content

Commit

Permalink
Update DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kbparagua committed Apr 25, 2015
1 parent 6427134 commit 9fb008d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions DEVELOPMENT.md
Expand Up @@ -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

Expand Down

0 comments on commit 9fb008d

Please sign in to comment.