# File lib/rspec/mocks/any_instance/expectation_chain.rb, line 6 def expectation_fulfilled? @expectation_fulfilled || constrained_to_any_of?(:never, :any_number_of_times) end