]> gitweb.michael.orlitzky.com - mailshears.git/commitdiff
test/mailshears_test.rb: MiniTest -> Minitest
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 20 Apr 2024 23:41:19 +0000 (19:41 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 20 Apr 2024 23:41:19 +0000 (19:41 -0400)
This was changed a long time ago and the compatibility layer was
recently dropped.

test/mailshears_test.rb

index 8fd0d70a4efccffae0a95c29cde646fdb7582c4b..215d05f0b21f93b0fdf25f4f237da63823379693 100644 (file)
@@ -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.