Merge pull request #1 from kalasjocke/master

As in the commit message
This commit is contained in:
John Bintz 2011-05-25 04:04:02 -07:00
commit 9047c21b9f
1 changed files with 1 additions and 1 deletions

View File

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