From: Michael Orlitzky Date: Sat, 20 Apr 2024 23:41:19 +0000 (-0400) Subject: test/mailshears_test.rb: MiniTest -> Minitest X-Git-Tag: 0.1.0~1 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=commitdiff_plain;h=fb7eba6d1a8e28ccf783ff971701fc034ef44e48;ds=sidebyside test/mailshears_test.rb: MiniTest -> Minitest This was changed a long time ago and the compatibility layer was recently dropped. --- 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.