From 31adbd0ad8c82c54a5f002f584f37456bdbe3c1a Mon Sep 17 00:00:00 2001 From: James Mead Date: Wed, 2 Aug 2023 08:01:56 +0100 Subject: [PATCH] Rename MiniTest -> Minitest (#618) The latest version of minitest dropped the "ancient MiniTest compatibility layer" [1], so we need to use the newer module name, `Minitest`. [1]: https://github.com/minitest/minitest/blob/master/History.rdoc#label-5.19.0+-2F+2023-07-26 --- spec/spec_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index ef71533..5cd8d88 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -24,7 +24,7 @@ safe_require "redis" safe_require "redis-activesupport" safe_require "redis-store" -class MiniTest::Spec +class Minitest::Spec include Rack::Test::Methods before do