Creates a new test double with a name (that will be used in error messages only)
This allows for comparing the mock to other objects that proxy such as ActiveRecords belongs_to proxy objects. By making the other object run the comparison, we‘re sure the call gets delegated to the proxy target.
Alias for to_s
[Validate]