X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=test%2Fmailshears_test.rb;h=865bd4a18eefd72b071a45968a4ac90d10fc4ae8;hp=e46ca11ff4d144c8324030ec170efffe5d87ae17;hb=ea30b6a9eba0741c16f5fa434925011f8a7a237f;hpb=a2d3dd9ee4838fb99557718b4bcdc11c8d1372fd diff --git a/test/mailshears_test.rb b/test/mailshears_test.rb index e46ca11..865bd4a 100644 --- a/test/mailshears_test.rb +++ b/test/mailshears_test.rb @@ -1,9 +1,9 @@ require 'common/configuration' require 'fileutils' -require 'minitest/unit' +require 'minitest/autorun' require 'pg' -class MailshearsTest < MiniTest::Unit::TestCase +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.