diff --git a/Rakefile b/Rakefile index 44b85310..9feca450 100644 --- a/Rakefile +++ b/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