aboutsummaryrefslogtreecommitdiffstats
path: root/test/nodes/test_named_function.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/nodes/test_named_function.rb')
-rw-r--r--test/nodes/test_named_function.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nodes/test_named_function.rb b/test/nodes/test_named_function.rb
index 9d16f9cbee..33830d9d43 100644
--- a/test/nodes/test_named_function.rb
+++ b/test/nodes/test_named_function.rb
@@ -2,7 +2,7 @@ require 'helper'
module Arel
module Nodes
- class TestNamedFunction < MiniTest::Unit::TestCase
+ class TestNamedFunction < Minitest::Test
def test_construct
function = NamedFunction.new 'omg', 'zomg'
assert_equal 'omg', function.name