- Go to
test_app
- Comment out
turbolinks.js
onapplciation.js
- Run
bundle exec rails s
. - Open your browser and visit http://localhost:3000/specs.
- Run
bundle exec rake spec:units
. - Run
bundle exec rake spec:integration
.
test_app
turbolinks.js
on applciation.js
bundle exec rails s
.bundle exec rake spec:units
.bundle exec rake spec:integration
.