lib/pact/provider/world.rb in pact-1.19.1 vs lib/pact/provider/world.rb in pact-1.19.2

- old
+ new

@@ -12,10 +12,12 @@ end module Provider class World + attr_accessor :pact_sources + def provider_states @provider_states_proxy ||= Pact::Provider::State::ProviderStateProxy.new end def add_pact_verification verification @@ -27,9 +29,8 @@ end def pact_urls pact_verifications.collect(&:uri) end - end end end \ No newline at end of file