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 Beaker, the assert_not_match method was removed in commit
voxpupuli/beaker@6282311 in favor of MiniTest::Assertions#refute_match.
This change was released in Beaker 5.0.0.
This commit updates all instances of the assert_not_match with
refute_match in preparation for a future switch to Beaker 5.
0 commit comments