We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47e41c commit 5b5c27cCopy full SHA for 5b5c27c
lib/pact/cli/run_pact_verification.rb
@@ -27,6 +27,7 @@ def initialize_rspec
27
# With RSpec3, if the pact_helper loads a library that adds its own formatter before we set one,
28
# we will get a ProgressFormatter too, and get little dots sprinkled throughout our output.
29
# Load a NilFormatter here to prevent that.
30
+ require 'rspec'
31
require 'pact/rspec'
32
::RSpec.configuration.add_formatter Pact::RSpec.formatter_class.const_get('NilFormatter')
33
end
0 commit comments