From 41df058171a21a6993090635b16616b43eda41b0 Mon Sep 17 00:00:00 2001 From: slackersoft Date: Sat, 20 Sep 2014 20:54:45 -0700 Subject: [PATCH] update contributing doc to indicate use of jasmine-npm --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e9eab675..39766360 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,7 +100,7 @@ Jasmine uses the [Jasmine Ruby gem](http://github.com/pivotal/jasmine-gem) to te ...and then visit `http://localhost:8888` to run specs. -Jasmine uses Node.js with a custom runner to test outside of a browser. +Jasmine uses the [Jasmine NPM package](http://github.com/pivotal/jasmine-npm) to test itself in a Node.js/npm environment. $ grunt execSpecsInNode