]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - test/mailshears_test.rb
Fix warnings with newer minitest versions.
[mailshears.git] / test / mailshears_test.rb
index e46ca11ff4d144c8324030ec170efffe5d87ae17..865bd4a18eefd72b071a45968a4ac90d10fc4ae8 100644 (file)
@@ -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.