Skip to content

Commit bb58576

Browse files
committed
Update testing instructions
1 parent 144d8be commit bb58576

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ first. Once it's installed, you can install vows using [npm](http://npmjs.org/).
391391

392392
Then, run the tests.
393393

394-
$ vows test/*_test.js
394+
$ vows --spec
395395

396396
The test suite consists of both unit and integration tests. If a template isn't
397397
rendering correctly for you, you can make a test for it by doing the following:

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ end
1717

1818
desc "Run all tests, requires vows (see http://vowsjs.org)"
1919
task :test do
20-
sh "vows test/*_test.js"
20+
sh "vows --spec"
2121
end
2222

2323
desc "Minify to #{minified_file}, requires UglifyJS (see http://marijnhaverbeke.nl/uglifyjs)"

0 commit comments

Comments
 (0)