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

16 lines
356 B
Markdown
Raw Normal View History

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