Sha256: d076d26695d89aff4b420b65569fd0b05954263e90967b5b6ecdc3ff8e14006d
Contents?: true
Size: 382 Bytes
Versions: 4
Compression:
Stored size: 382 Bytes
Contents
require 'pact/provider/state/provider_state_proxy' module Pact def self.world @world ||= Pact::Provider::World.new end # internal api, for testing only def self.clear_world @world = nil end module Provider class World def provider_states @provider_states_proxy ||= Pact::Provider::State::ProviderStateProxy.new end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pact-1.1.0.rc1 | lib/pact/provider/world.rb |
pact-1.0.37 | lib/pact/provider/world.rb |
pact-1.0.36 | lib/pact/provider/world.rb |
pact-1.0.35 | lib/pact/provider/world.rb |