class RSpec::Mocks::AnyInstance::ExpectationChain
@private
Public Class Methods
Source
# File lib/rspec/mocks/any_instance/expectation_chain.rb, line 10 def initialize(*args, &block) @expectation_fulfilled = false super end
Calls superclass method
RSpec::Mocks::AnyInstance::Chain::new
Public Instance Methods
Source
# File lib/rspec/mocks/any_instance/expectation_chain.rb, line 6 def expectation_fulfilled? @expectation_fulfilled || constrained_to_any_of?(:never) end
Private Instance Methods
Source
# File lib/rspec/mocks/any_instance/expectation_chain.rb, line 17 def verify_invocation_order(_rspec_method_name, *_args, &_block) end