class RSpec::Mocks::Configuration

def verify_partial_doubles=(val)

method, and methods that do not exist cannot be stubbed.
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