aboutsummaryrefslogtreecommitdiffstats
path: root/test/nodes/test_bin.rb
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2014-01-04 15:38:46 +0530
committerVipul A M <vipulnsward@gmail.com>2014-01-04 16:31:06 +0530
commit481ff10916a245bd65d188f3821143f648ef9bc1 (patch)
tree0237d2afdc9853283b1db23c19eb35f392192425 /test/nodes/test_bin.rb
parent1b084a82cf80625044e6c8c43a6887912e15d32b (diff)
downloadrails-481ff10916a245bd65d188f3821143f648ef9bc1.tar.gz
rails-481ff10916a245bd65d188f3821143f648ef9bc1.tar.bz2
rails-481ff10916a245bd65d188f3821143f648ef9bc1.zip
Bump minitest to 5.1.
Diffstat (limited to 'test/nodes/test_bin.rb')
-rw-r--r--test/nodes/test_bin.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nodes/test_bin.rb b/test/nodes/test_bin.rb
index c370c5755f..1d955b218b 100644
--- a/test/nodes/test_bin.rb
+++ b/test/nodes/test_bin.rb
@@ -2,7 +2,7 @@ require 'helper'
module Arel
module Nodes
- class TestBin < MiniTest::Unit::TestCase
+ class TestBin < Minitest::Test
def test_new
assert Arel::Nodes::Bin.new('zomg')
end