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
* Clean up minitest usage: use a subclass of Minitest::Test, hook run_one_method not run, etc
This changes the test class in every file, so it looks ugly, but it
should make things cleaner in the long run.
test_helper.rb could use some more cleanup. It is still including into
Minitest::Test when it could just PUT everything in TimeoutTestCase
now.
* Mark the one as allowed
---------
Co-authored-by: Ryan Davis <[email protected]>
0 commit comments