class RSpec::Mocks::AnyInstance::ExpectChainChain

def playback!(instance)

def playback!(instance)
  super.tap { @expectation_fulfilled = true }
end