From 0ae0591f42691586d29c9366bdb257eeec8f002b Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 20 Sep 2012 01:12:53 -0700 Subject: chore(Rakefile): misc_options should support + -> , conversion --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3