aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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} " +