mirror of
https://github.com/kbparagua/paloma
synced 2023-03-27 23:21:17 -04:00
15 lines
242 B
Markdown
15 lines
242 B
Markdown
|
# Development
|
||
|
|
||
|
## Testing
|
||
|
|
||
|
1. Go to `test_app`
|
||
|
1. Comment out `turbolinks.js` on `applciation.js`
|
||
|
1. Run `rake spec:javascript`.
|
||
|
1. Run `rake spec:units`.
|
||
|
1. Run `rake spec:integration`.
|
||
|
|
||
|
## TODO
|
||
|
|
||
|
1. Improve tests.
|
||
|
1. Testing for turbolinks.
|