class RSpec::Mocks::AnyInstance::MessageChains

def unfulfilled_expectations

Other tags:
    Private: -
def unfulfilled_expectations
  map do |method_name, chains|
    method_name.to_s if chains.last.is_a?(ExpectationChain) unless chains.last.expectation_fulfilled?
  end.compact
end