aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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