Skip to content

Commit 0ae0591

Browse files
committed
chore(Rakefile): misc_options should support + -> , conversion
1 parent 43ac783 commit 0ae0591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,5 +346,5 @@ def start_testacular(config, singleRun, browsers, misc_options)
346346
"#{config} " +
347347
"#{'--single-run=true' if singleRun} " +
348348
"#{'--browsers=' + browsers.gsub('+', ',') if browsers} " +
349-
"#{misc_options}"
349+
"#{(misc_options || '').gsub('+', ',')}"
350350
end

0 commit comments

Comments
 (0)