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
Fix "Test is missing assertions" in middleware_stack_proxy_test.rb
`Minitest::Mock#expect` does not increase a test's assertions count.
What I did in this PR is simply increment `self.assertions` when the
custom `#assert_playback` method is called.
0 commit comments