You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes any active record mocking really verbose. Instead of being able to do stub.instance_of(User).my_method I have to stub.proxy the call to find and then stub the returned records myself.
The text was updated successfully, but these errors were encountered:
This makes any active record mocking really verbose. Instead of being able to do stub.instance_of(User).my_method I have to stub.proxy the call to find and then stub the returned records myself.
The text was updated successfully, but these errors were encountered: