lib/cucumber/formatter/json.rb in cucumber-1.3.16 vs lib/cucumber/formatter/json.rb in cucumber-1.3.17
- old
+ new
@@ -9,10 +9,10 @@
class Json < GherkinFormatterAdapter
include Io
def initialize(runtime, io, options)
@io = ensure_io(io, "json")
- super(Gherkin::Formatter::JSONFormatter.new(@io), false)
+ super(Gherkin::Formatter::JSONFormatter.new(@io), false, options)
end
end
end
end