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
- #call(doubled_module) Internal use only
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. .each do |block| block.call doubled_module end end