We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490bbe9 commit 081423eCopy full SHA for 081423e
lib/pact/provider/rspec.rb
@@ -100,9 +100,6 @@ def describe_interaction interaction, options
100
pact_context = options[:pact_context]
101
102
before do | example |
103
- pact_context.run_once :before do
104
- ::RSpec.configuration.reporter.message "THIS IS A PACT"
105
- end
106
interaction_context.run_once :before do
107
Pact.configuration.logger.info "Running example '#{Pact::RSpec.full_description(example)}'"
108
set_up_provider_states interaction.provider_states, options[:consumer]
0 commit comments