class RSpec::Mocks::AnyInstance::MessageChains
def unfulfilled_expectations
- Private: -
def unfulfilled_expectations @chains_by_method_name.map do |method_name, chains| method_name.to_s if ExpectationChain === chains.last unless chains.last.expectation_fulfilled? end.compact end