diff options
| author | Igor Minar | 2012-09-20 01:12:53 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-10-17 20:16:35 -0700 |
| commit | 0c8e90884192e05320eb3e6c6891b14f2800af89 (patch) | |
| tree | 942d37a72830b23f773c61f545b5cb74de97aa1a | |
| parent | 5595e196a8d1360f2247d871f4a073223fb0e058 (diff) | |
| download | angular.js-0c8e90884192e05320eb3e6c6891b14f2800af89.tar.bz2 | |
chore(Rakefile): misc_options should support + -> , conversion
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -346,5 +346,5 @@ def start_testacular(config, singleRun, browsers, misc_options) "#{config} " + "#{'--single-run=true' if singleRun} " + "#{'--browsers=' + browsers.gsub('+', ',') if browsers} " + - "#{misc_options}" + "#{(misc_options || '').gsub('+', ',')}" end |
