From 8ce84cb2eaf34bf084431ba09174be33253abe91 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 8b609082..16b3bcd1 100644 --- a/Rakefile +++ b/Rakefile @@ -348,7 +348,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