Created
October 4, 2011 02:07
-
-
Save dakatsuka/1260751 to your computer and use it in GitHub Desktop.
rake vows
This file contains hidden or 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
| 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