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 was attempting to fix tests but cannot figure out how mocking works.
The immediate problem with minitest loading error from Travis CI is resolved by updating shoulda and test-unit gems, however new version returns a lot of "undefined method `mock'" errors.
Could anyone advise which mocking framework is supposed to be used? I tried obvious options but none worked with the mock method call semantic used.
The text was updated successfully, but these errors were encountered:
I was attempting to fix tests but cannot figure out how mocking works.
The immediate problem with minitest loading error from Travis CI is resolved by updating shoulda and test-unit gems, however new version returns a lot of "undefined method `mock'" errors.
Could anyone advise which mocking framework is supposed to be used? I tried obvious options but none worked with the mock method call semantic used.
The text was updated successfully, but these errors were encountered: