mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-13 01:13:08 +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} " +
|
"#{config} " +
|
||||||
"#{'--single-run=true' if singleRun} " +
|
"#{'--single-run=true' if singleRun} " +
|
||||||
"#{'--browsers=' + browsers.gsub('+', ',') if browsers} " +
|
"#{'--browsers=' + browsers.gsub('+', ',') if browsers} " +
|
||||||
"#{misc_options}"
|
"#{(misc_options || '').gsub('+', ',')}"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue