From fb7eba6d1a8e28ccf783ff971701fc034ef44e48 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 20 Apr 2024 19:41:19 -0400 Subject: [PATCH] test/mailshears_test.rb: MiniTest -> Minitest This was changed a long time ago and the compatibility layer was recently dropped. --- test/mailshears_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mailshears_test.rb b/test/mailshears_test.rb index 8fd0d70..215d05f 100644 --- a/test/mailshears_test.rb +++ b/test/mailshears_test.rb @@ -11,7 +11,7 @@ require 'common/configuration' require 'fileutils' require 'pg' -class MailshearsTest < MiniTest::Test +class MailshearsTest < Minitest::Test # This is that class that most (if not all) of our test cases will # inherit. It provides the automatic setup and teardown of the # filesystem and database that the test cases will exercise. -- 2.43.2