chore(Rakefile): fix test:jquery task

This commit is contained in:
Igor Minar 2012-09-17 10:31:44 -07:00
parent 1f1a6fb6d2
commit 74c574015d

View file

@ -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