aboutsummaryrefslogtreecommitdiffstats
path: root/test/nodes/test_ascending.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/nodes/test_ascending.rb')
-rw-r--r--test/nodes/test_ascending.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nodes/test_ascending.rb b/test/nodes/test_ascending.rb
index 63d758a8a8..2991d46583 100644
--- a/test/nodes/test_ascending.rb
+++ b/test/nodes/test_ascending.rb
@@ -2,7 +2,7 @@ require 'helper'
module Arel
module Nodes
- class TestAscending < MiniTest::Unit::TestCase
+ class TestAscending < Minitest::Test
def test_construct
ascending = Ascending.new 'zomg'
assert_equal 'zomg', ascending.expr