aboutsummaryrefslogtreecommitdiffstats
path: root/test/nodes/test_select_core.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/nodes/test_select_core.rb')
-rw-r--r--test/nodes/test_select_core.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nodes/test_select_core.rb b/test/nodes/test_select_core.rb
index e4ed06b853..9aca0cff16 100644
--- a/test/nodes/test_select_core.rb
+++ b/test/nodes/test_select_core.rb
@@ -2,7 +2,7 @@ require 'helper'
module Arel
module Nodes
- class TestSelectCore < MiniTest::Unit::TestCase
+ class TestSelectCore < Minitest::Test
def test_clone
core = Arel::Nodes::SelectCore.new
core.froms = %w[a b c]