class RSpec::Mocks::AnyInstance::Recorder

def each_expectation_filfilled?

def each_expectation_filfilled?
  @message_chains.all? do |method_name, chain|
    chain.expectation_filfilled?
  end
end