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.
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.