From 46470ebc3e4fd4990fa5dd29e8b9ea5becfd6c3c Mon Sep 17 00:00:00 2001 From: Karl Bryan Paragua Date: Tue, 24 Mar 2015 22:08:47 +0800 Subject: [PATCH] Create DEVELOPMENT.md --- DEVELOPMENT.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 DEVELOPMENT.md diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md new file mode 100644 index 0000000..be63562 --- /dev/null +++ b/DEVELOPMENT.md @@ -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.