Module: CapturefulFormatter::Turnip::RSpec::Execute
- Defined in:
- lib/captureful_formatter/turnip_ext/turnip_rspec_execute.rb
Instance Method Summary collapse
Instance Method Details
#run_step(feature_file, step) ⇒ Object
7 8 9 10 11 12 |
# File 'lib/captureful_formatter/turnip_ext/turnip_rspec_execute.rb', line 7 def run_step(feature_file, step) reporter = ::RSpec.configuration.reporter reporter.step_started(step) super(feature_file, step) reporter.step_finished(step) end |