Skip to content

Commit 081423e

Browse files
committed
fix: remove accidentally committed debug logging
1 parent 490bbe9 commit 081423e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/pact/provider/rspec.rb

-3
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ def describe_interaction interaction, options
100100
pact_context = options[:pact_context]
101101

102102
before do | example |
103-
pact_context.run_once :before do
104-
::RSpec.configuration.reporter.message "THIS IS A PACT"
105-
end
106103
interaction_context.run_once :before do
107104
Pact.configuration.logger.info "Running example '#{Pact::RSpec.full_description(example)}'"
108105
set_up_provider_states interaction.provider_states, options[:consumer]

0 commit comments

Comments
 (0)