Used -c to colorize the output of jasmine-headless-webkit.

This commit is contained in:
Joakim Ekberg 2011-05-25 11:48:06 +02:00
parent 052d7da884
commit 276136b98b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ module Guard
class JasmineHeadlessWebkitRunner class JasmineHeadlessWebkitRunner
class << self class << self
def run(paths = []) def run(paths = [])
system %{jasmine-headless-webkit #{paths.join(" ")}} system %{jasmine-headless-webkit -c #{paths.join(" ")}}
$?.exitstatus $?.exitstatus
end end
end end