aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorIgor Minar2012-09-17 10:31:44 -0700
committerIgor Minar2012-09-17 14:50:51 -0700
commit6a5f8c048371afebbeb29be223ab5c51f1c179be (patch)
tree271b6aba1db9ff9e444ce7250a40e7fad955a7e9 /Rakefile
parent20c116d9d576c751865f3906773abd3d2e482318 (diff)
downloadangular.js-6a5f8c048371afebbeb29be223ab5c51f1c179be.tar.bz2
chore(Rakefile): fix test:jquery task
Diffstat (limited to 'Rakefile')
-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