Class: Pact::Provider::RSpec::Formatter2

Inherits:
RSpec::Core::Formatters::DocumentationFormatter
  • Object
show all
Defined in:
lib/pact/provider/rspec/formatter_rspec_2.rb

Defined Under Namespace

Classes: NilFormatter

Instance Method Summary collapse

Instance Method Details

#dump_commands_to_rerun_failed_examplesObject



16
17
18
19
20
21
22
23
# File 'lib/pact/provider/rspec/formatter_rspec_2.rb', line 16

def dump_commands_to_rerun_failed_examples
  return if failed_examples.empty?

  print_rerun_commands
  print_failure_message
  print_missing_provider_states

end