update for new jhw

This commit is contained in:
John Bintz 2011-12-30 15:53:09 -05:00
parent 83e5bd542e
commit 12b48b1c6d
1 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,10 @@ module Guard
file = Tempfile.new('guard-jasmine-headless-webkit')
file.close
options.merge!(:report => file.path, :colors => true, :files => paths)
options.merge!(:reporters => [
[ 'Console' ],
[ 'File', file.path ]
], :colors => true, :files => paths)
Jasmine::Headless::Runner.run(options)