aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2012-09-17 10:31:44 -0700
committerIgor Minar2012-09-17 14:52:06 -0700
commit74c574015dfda7f9dd697aa2efe90c96262d3b8c (patch)
treece732e2ad2382b5a50105f5740867e8f27dfa907
parent1f1a6fb6d24a850748c974489d524730cf148e9b (diff)
downloadangular.js-74c574015dfda7f9dd697aa2efe90c96262d3b8c.tar.bz2
chore(Rakefile): fix test:jquery task
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 7e27f48e..e21a3421 100644
--- a/Rakefile
+++ b/Rakefile
@@ -208,7 +208,7 @@ namespace :test do
desc 'Run jQuery-based unit test suite (single run)'
- task :jquery, :browsers do |t, args|
+ task :jquery, :browsers, :misc_options do |t, args|
start_testacular('testacular-jquery.conf.js', true, args[:browsers], args[:misc_options])
end