Class: ElasticResults::Cucumber::Formatter
- Inherits:
-
Cucumber::Formatter::GherkinFormatterAdapter
- Object
- Cucumber::Formatter::GherkinFormatterAdapter
- ElasticResults::Cucumber::Formatter
- Defined in:
- lib/elastic_results/cucumber.rb
Overview
A format adapter that uses our special JSON formatter
Instance Method Summary collapse
-
#initialize(_runtime, _io, options) ⇒ Formatter
constructor
A new instance of Formatter.
Constructor Details
#initialize(_runtime, _io, options) ⇒ Formatter
Returns a new instance of Formatter.
64 65 66 67 |
# File 'lib/elastic_results/cucumber.rb', line 64 def initialize(_runtime, _io, ) [:expand] = true super(ElasticResults::Cucumber::JSONFormatter.new, false, ) end |