123456789_123456789_123456789_123456789_123456789_

Class: RSpec::Mocks::CallbackInvocationStrategy Private

Do not use. This class is for internal use only.
Relationships & Source Files
Inherits: Object
Defined in: rspec-mocks/lib/rspec/mocks/verifying_proxy.rb

Instance Method Summary

Instance Method Details

#call(doubled_module)

[ GitHub ]

  
# File 'rspec-mocks/lib/rspec/mocks/verifying_proxy.rb', line 8

def call(doubled_module)
  RSpec::Mocks.configuration.verifying_double_callbacks.each do |block|
    block.call doubled_module
  end
end