Files
coffeescript/documentation/coffee/cake_tasks.coffee
2010-02-21 18:37:52 -05:00

6 lines
165 B
CoffeeScript

process.mixin require 'assert'
task 'test', 'run each of the unit tests', ->
for test in test_files
fs.readFile test, (err, code) -> eval coffee.compile code