mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(Rakefile): misc_options should support + -> , conversion
This commit is contained in:
parent
43ac783d35
commit
0ae0591f42
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue