spec/spec_helper.rb in pact_broker-2.0.3 vs spec/spec_helper.rb in pact_broker-2.0.4

- old
+ new

@@ -16,9 +16,13 @@ config.before :suite do raise "Wrong environment!!! Don't run this script!! ENV['RACK_ENV'] is #{ENV['RACK_ENV']} and RACK_ENV is #{RACK_ENV}" if ENV['RACK_ENV'] != 'test' || RACK_ENV != 'test' PactBroker::DB.connection = PactBroker::Database.database = DB::PACT_BROKER_DB end + config.before :each do + PactBroker.reset_configuration + end + config.include Rack::Test::Methods config.mock_with :rspec do |mocks| mocks.verify_partial_doubles = true end