class RSpec::Mocks::AnyInstance::ExpectationChain

def expectation_fulfilled?

Other tags:
    Private: -
def expectation_fulfilled?
  @expectation_fulfilled || constrained_to_any_of?(:never, :any_number_of_times)
end