From f92c4dbc02f20d31ae84d74a312eae5405f28f5a Mon Sep 17 00:00:00 2001 From: Craig Johannsen Date: Tue, 28 Oct 2014 12:43:30 -0700 Subject: [PATCH] 'v0.1.10' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bcb89d..893fa7e 100644 --- a/README.md +++ b/README.md @@ -336,7 +336,7 @@ corresponding lib directory. `grunt jshint` runs jshint on all the .js code except one in the demo/lib/helpers directory. Note that jshint has about ten complaints about the index.js code. The other generated code is clean. -`grunt test` runs the suite of tests using jasmine-node. It looks for xxxSpec.js files in the lib directory. +`grunt test` runs the suite of tests using Mocha. It looks .coffee files in the test directory. `grunt bump` bumps the patch number up in the package.json file.