Module RSpec::Mocks::AnyInstance::Chain::Customizations
In: lib/rspec/mocks/any_instance/chain.rb

Methods

record  

Public Class methods

@macro [attach] record

  @method $1(*args, &block)
  Records the `$1` message for playback against an instance that
  invokes a method stubbed or mocked using `any_instance`.

  @see RSpec::Mocks::MessageExpectation#$1

[Validate]