X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=test%2Fmailshears_test.rb;fp=test%2Fmailshears_test.rb;h=215d05f0b21f93b0fdf25f4f237da63823379693;hp=8fd0d70a4efccffae0a95c29cde646fdb7582c4b;hb=fb7eba6d1a8e28ccf783ff971701fc034ef44e48;hpb=d5b9d47c5fe323e963119d1936fd52e5c677544c 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.