diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index be63562..fc1e38c 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -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