clockwork icon indicating copy to clipboard operation
clockwork copied to clipboard

Fix test failure due to wrong module name

Open c960657 opened this issue 7 months ago • 0 comments

One test is consistently failing on master:

1) Error:
Clockwork::Manager#test_0012_exceptions are trapped and logged:
NameError: uninitialized constant MiniTest
Did you mean?  Minitest
    test/manager_test.rb:1[20](https://github.com/c960657/clockwork/actions/runs/10076662391/job/27857488923#step:4:21):in `block (2 levels) in <top (required)>'

Minitest was renamed to Minitest in v5. Ruby stdlib previously carried minitest v4.

c960657 avatar Jul 24 '24 12:07 c960657