paloma/DEVELOPMENT.md

11 lines
301 B
Markdown
Raw Permalink Normal View History

2015-03-24 14:08:47 +00:00
# Development
## Testing
1. Go to `test_app`
1. Comment out `turbolinks.js` on `applciation.js`
2015-04-25 08:51:53 +00:00
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`.