Skip to content

Commit

Permalink
fix: remove accidentally committed debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 26, 2020
1 parent 490bbe9 commit 081423e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/pact/provider/rspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 081423e

Please sign in to comment.