Class: RSpec::Mocks::AnyInstance::StubChainChain

Inherits:
StubChain show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/any_instance/stub_chain_chain.rb

Instance Method Summary collapse

Methods inherited from StubChain

#expectation_fulfilled?

Methods inherited from Chain

#constrained_to_any_of?, #expectation_fulfilled!, #matches_args?, #never, #playback!, #with

Methods included from Chain::Customizations

#and_call_original, #and_raise, #and_return, #and_throw, #and_wrap_original, #and_yield, #at_least, #at_most, #exactly, #never, #once, record, #thrice, #time, #times, #twice, #with

Constructor Details

#initialize(*args) ⇒ StubChainChain

Returns a new instance of StubChainChain.



6
7
8
9
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/any_instance/stub_chain_chain.rb', line 6

def initialize(*args)
  super
  @expectation_fulfilled = false
end