From 081423e0a781d6e0bd2dc704e31c199564b033c5 Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Sat, 26 Sep 2020 10:36:12 +1000 Subject: [PATCH] fix: remove accidentally committed debug logging --- lib/pact/provider/rspec.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/pact/provider/rspec.rb b/lib/pact/provider/rspec.rb index 3974ed0c..7c26ce02 100644 --- a/lib/pact/provider/rspec.rb +++ b/lib/pact/provider/rspec.rb @@ -100,9 +100,6 @@ def describe_interaction interaction, options pact_context = options[:pact_context] before do | example | - pact_context.run_once :before do - ::RSpec.configuration.reporter.message "THIS IS A PACT" - end interaction_context.run_once :before do Pact.configuration.logger.info "Running example '#{Pact::RSpec.full_description(example)}'" set_up_provider_states interaction.provider_states, options[:consumer]