# File lib/foreman_maintain/reporter.rb, line 15 def after_execution_finishes(_execution); end
# File lib/foreman_maintain/reporter.rb, line 17 def after_scenario_finishes(_scenario); end
# File lib/foreman_maintain/reporter.rb, line 29 def ask(_message); end
# File lib/foreman_maintain/reporter.rb, line 31 def assumeyes? false end
# File lib/foreman_maintain/reporter.rb, line 13 def before_execution_starts(_execution); end
Each public method is a hook called by executor at the specific point
# File lib/foreman_maintain/reporter.rb, line 11 def before_scenario_starts(_scenario); end
# File lib/foreman_maintain/reporter.rb, line 19 def on_next_steps(_steps); end
# File lib/foreman_maintain/reporter.rb, line 25 def print(_message); end
# File lib/foreman_maintain/reporter.rb, line 27 def puts(_message); end
# File lib/foreman_maintain/reporter.rb, line 21 def with_spinner(_message, &_block) yield DummySpinner.new end