We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c56752 commit 31192d0Copy full SHA for 31192d0
lib/pact/provider/pact_spec_runner.rb
@@ -62,7 +62,9 @@ def configure_rspec
62
config.output_stream = Pact.configuration.output_stream
63
end
64
65
- ::RSpec.configuration.add_formatter Pact::Provider::RSpec::PactBrokerFormatter, StringIO.new
+ Pact::RSpec.with_rspec_3 do
66
+ ::RSpec.configuration.add_formatter Pact::Provider::RSpec::PactBrokerFormatter, StringIO.new
67
+ end
68
69
if options[:format]
70
::RSpec.configuration.add_formatter options[:format]
0 commit comments