aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorSudhir Jonathan2012-10-21 11:50:16 +0530
committerIgor Minar2012-10-31 17:00:00 -0700
commit8ce84cb2eaf34bf084431ba09174be33253abe91 (patch)
tree6894ff5139b15b4d90efea6c05f9443dd6479cbf /Rakefile
parentd981c2a3ecfaf572a836c7533ee3a9553aae327d (diff)
downloadangular.js-8ce84cb2eaf34bf084431ba09174be33253abe91.tar.bz2
chore(testacular): use local testacular version
Making testacular a dependency to avoid having to install it globally. (Causes npm issues on some machines)
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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} " +