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
In some cases one might prefer to mock Operation calls. This might be helpful, when testing Operations that invoke Subprocesses that are not of interest in the test.
One example of doing this can be seen here (using the mocha gem):
In some cases one might prefer to mock Operation calls. This might be helpful, when testing Operations that invoke Subprocesses that are not of interest in the test.
One example of doing this can be seen here (using the mocha gem):
I believe we could benefit from providing a universial way of defining such expectations. The current way of doing this is kinda complicated:
It may be possible to provide a simpler interface which allows:
The text was updated successfully, but these errors were encountered: