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
I guess because we splat and verify later, it probably is possible to improve this to define same parameter methods for the proxy, but it may break things... definietly would be keen to explore this
When mocking a method,
object.method(:mocked_method).parameters
no longer reflects the original method.I wonder if we can improve that? It may not be practical.
The text was updated successfully, but these errors were encountered: