class RSpec::Mocks::Configuration
def verify_partial_doubles=(val)
doubles. Any stubs will have their arguments checked against the original
When set to true, partial mocks will be verified the same as object
def verify_partial_doubles=(val) @verify_partial_doubles = !!val end