From b429f538a3e92af69e51bf10d6ee83dd322fea72 Mon Sep 17 00:00:00 2001 From: Sudhir Jonathan Date: Sun, 21 Oct 2012 11:50:16 +0530 Subject: chore(testacular): use local testacular version Making testacular a dependency to avoid having to install it globally. (Causes npm issues on some machines) --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index e7ea81ca..3a8cc00e 100644 --- a/Rakefile +++ b/Rakefile @@ -329,7 +329,7 @@ end def start_testacular(config, singleRun, browsers, misc_options) - sh "testacular start " + + sh "./node_modules/testacular/bin/testacular start " + "#{config} " + "#{'--single-run=true' if singleRun} " + "#{'--browsers=' + browsers.gsub('+', ',') if browsers} " + -- cgit v1.2.3