mirror of
https://github.com/kbparagua/paloma
synced 2023-03-27 23:21:17 -04:00
Create DEVELOPMENT.md
This commit is contained in:
parent
b37391d1a7
commit
46470ebc3e
1 changed files with 14 additions and 0 deletions
14
DEVELOPMENT.md
Normal file
14
DEVELOPMENT.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# 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.
|
Loading…
Reference in a new issue