Skip to content

Instantly share code, notes, and snippets.

@fourcolors
Created July 17, 2013 21:17
Show Gist options
  • Save fourcolors/6024582 to your computer and use it in GitHub Desktop.
Save fourcolors/6024582 to your computer and use it in GitHub Desktop.
Alias for Canvas Javascript Tests. Use this like this. js_dev WikiPageEditViewSpec or js_test WikiPageEditViewSpec That should run only tests in that specific file.
js_dev(){
JS_SPEC_MATCHER="**/*$*.js" bundle exec rake js:dev
}
js_test(){
JS_SPEC_MATCHER="**/*$*.js" bundle exec rake js:test
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment