Skip to content

Instantly share code, notes, and snippets.

@dakatsuka
Created October 4, 2011 02:07
Show Gist options
  • Save dakatsuka/1260751 to your computer and use it in GitHub Desktop.
Save dakatsuka/1260751 to your computer and use it in GitHub Desktop.
rake vows
desc "Run all the tests"
task :vows do
entries = Dir.glob("test/**/test-*.coffee")
system "vows #{entries.join(' ')}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment