Skip to content

Commit 4f440a1

Browse files
author
Alexander Kern
committed
add vows support
1 parent bbbb16e commit 4f440a1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+3
-2
lines changed

Cakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ task 'lint', 'run JSLint on the compiled JavaScript files', (options) ->
5252

5353
task 'spec', 'run all specs', (options) ->
5454
log 'Running spec suite...', green
55-
exec 'node_modules/.bin/vows --spec spec/*_spec.coffee', (err, stdout, stderr) ->
55+
exec 'node_modules/.bin/vows --spec', (err, stdout, stderr) ->
5656
process.stdout.write stdout
5757
process.binding('stdio').writeError stderr

0 commit comments

Comments
 (0)