The formatter used for --format gpretty
# File lib/cucumber/formatter/gpretty.rb, line 12 def initialize(step_mother, io, options) @io = ensure_io(io, "json") super(Gherkin::Formatter::PrettyFormatter.new(@io, false), true) end
# File lib/cucumber/formatter/gpretty.rb, line 17 def after_feature(feature) super @io.puts end