lib/cucumber/formatter/json.rb in cucumber-5.0.0 vs lib/cucumber/formatter/json.rb in cucumber-5.1.0
- old
+ new
@@ -17,10 +17,10 @@
Cucumber::Deprecate::CliOption.deprecate(
config.error_stream,
'--format=json',
"Please use --format=message and stand-alone json-formatter.\n" \
'json-formatter homepage: https://github.com/cucumber/cucumber/tree/master/json-formatter#cucumber-json-formatter',
- '5.0.0'
+ '6.0.0'
)
@io = ensure_io(config.out_stream)
@ast_lookup = AstLookup.new(config)
@feature_hashes = []