Method: Bumps::CucumberConfig#register_formatter
- Defined in:
- lib/bumps/cucumber_config.rb
#register_formatter ⇒ Object
25 26 27 |
# File 'lib/bumps/cucumber_config.rb', line 25 def register_formatter @source_config.[:formats] << ['Bumps::ResultsPushFormatter', Bumps::Configuration.output_stream] end |