1
0
Fork 0
mirror of https://github.com/kbparagua/paloma synced 2023-03-27 23:21:17 -04:00
paloma/DEVELOPMENT.md
2016-03-25 17:23:30 +08:00

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.