Class: Pact::Provider::RSpec::Formatter2
- Inherits:
-
RSpec::Core::Formatters::DocumentationFormatter
- Object
- RSpec::Core::Formatters::DocumentationFormatter
- Pact::Provider::RSpec::Formatter2
- 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_examples ⇒ Object
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_missing_provider_states end |