paloma/DEVELOPMENT.md

301 B

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.