diff options
| author | Igor Minar | 2012-09-17 10:31:44 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-09-17 14:50:51 -0700 |
| commit | 6a5f8c048371afebbeb29be223ab5c51f1c179be (patch) | |
| tree | 271b6aba1db9ff9e444ce7250a40e7fad955a7e9 /Rakefile | |
| parent | 20c116d9d576c751865f3906773abd3d2e482318 (diff) | |
| download | angular.js-6a5f8c048371afebbeb29be223ab5c51f1c179be.tar.bz2 | |
chore(Rakefile): fix test:jquery task
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
