aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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