update for new jhw
This commit is contained in:
parent
83e5bd542e
commit
12b48b1c6d
|
@ -9,7 +9,10 @@ module Guard
|
||||||
file = Tempfile.new('guard-jasmine-headless-webkit')
|
file = Tempfile.new('guard-jasmine-headless-webkit')
|
||||||
file.close
|
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)
|
Jasmine::Headless::Runner.run(options)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue