class RSpec::Mocks::VerifyingExistingClassNewMethodDouble

Used in place of a ‘VerifyingExistingMethodDouble` for the specific case of mocking or stubbing a `new` method on a class. In this case, we substitute the method signature from `#initialize` since new’s signature is just ‘*args`.

@private