From 74c574015dfda7f9dd697aa2efe90c96262d3b8c Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 17 Sep 2012 10:31:44 -0700 Subject: chore(Rakefile): fix test:jquery task --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3