StubChain
@private
# File lib/rspec/mocks/any_instance/expect_chain_chain.rb, line 6 def initialize(*args) super @expectation_fulfilled = false end
# File lib/rspec/mocks/any_instance/expect_chain_chain.rb, line 11 def expectation_fulfilled? @expectation_fulfilled end
# File lib/rspec/mocks/any_instance/expect_chain_chain.rb, line 15 def playback!(instance) super.tap { @expectation_fulfilled = true } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.