Created
June 6, 2013 17:21
-
-
Save ken47/5723232 to your computer and use it in GitHub Desktop.
Ken's testem.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"framework": "mocha", | |
"src_files": [ | |
"assets/javascripts/**/*.js", | |
"spec/js/**/*.js" | |
], | |
"serve_files": [ | |
"testem/setup.js", | |
"spec/js/deps/sinon.js", | |
"node_modules/expect.js/expect.js", | |
"testem/rails.js", | |
"spec/js/**/*.js" | |
], | |
"before_tests": "curl http://localhost:2100/assets/application.js > testem/rails.js" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment