aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors/test_dot.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/visitors/test_dot.rb')
-rw-r--r--test/visitors/test_dot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/visitors/test_dot.rb b/test/visitors/test_dot.rb
index 362e39339c..ee7fc7886c 100644
--- a/test/visitors/test_dot.rb
+++ b/test/visitors/test_dot.rb
@@ -2,7 +2,7 @@ require 'helper'
module Arel
module Visitors
- class TestDot < MiniTest::Unit::TestCase
+ class TestDot < Minitest::Test
def setup
@visitor = Visitors::Dot.new
end