about summary refs log tree commit homepage
path: root/test/test_source_av.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_source_av.rb')
-rw-r--r--test/test_source_av.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_source_av.rb b/test/test_source_av.rb
index bc9d1fc..d6dc14f 100644
--- a/test/test_source_av.rb
+++ b/test/test_source_av.rb
@@ -4,7 +4,7 @@ require './test/helper'
 require 'dtas/source/av'
 require 'tempfile'
 
-class TestSourceAv < Minitest::Unit::TestCase
+class TestSourceAv < Testcase
   def teardown
     @tempfiles.each { |tmp| tmp.close! }
   end