Skip to content

Instantly share code, notes, and snippets.

@ken47
Created June 6, 2013 17:21
Show Gist options
  • Save ken47/5723232 to your computer and use it in GitHub Desktop.
Save ken47/5723232 to your computer and use it in GitHub Desktop.
Ken's testem.json
{
"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