Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 301 Bytes

DEVELOPMENT.md

File metadata and controls

10 lines (8 loc) · 301 Bytes

Development

Testing

  1. Go to test_app
  2. Comment out turbolinks.js on applciation.js
  3. Run bundle exec rails s.
  4. Open your browser and visit http://localhost:3000/specs.
  5. Run bundle exec rake spec:units.
  6. Run bundle exec rake spec:integration.