From 481ff10916a245bd65d188f3821143f648ef9bc1 Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Sat, 4 Jan 2014 15:38:46 +0530 Subject: Bump minitest to 5.1. --- test/visitors/test_bind_visitor.rb | 2 +- test/visitors/test_depth_first.rb | 2 +- test/visitors/test_dot.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test/visitors') diff --git a/test/visitors/test_bind_visitor.rb b/test/visitors/test_bind_visitor.rb index dbcfb67df5..2bfd03c861 100644 --- a/test/visitors/test_bind_visitor.rb +++ b/test/visitors/test_bind_visitor.rb @@ -4,7 +4,7 @@ require 'support/fake_record' module Arel module Visitors - class TestBindVisitor < MiniTest::Unit::TestCase + class TestBindVisitor < Minitest::Test ## # Tests visit_Arel_Nodes_Assignment correctly diff --git a/test/visitors/test_depth_first.rb b/test/visitors/test_depth_first.rb index 05360ff6e8..cbaa780dae 100644 --- a/test/visitors/test_depth_first.rb +++ b/test/visitors/test_depth_first.rb @@ -2,7 +2,7 @@ require 'helper' module Arel module Visitors - class TestDepthFirst < MiniTest::Unit::TestCase + class TestDepthFirst < Minitest::Test Collector = Struct.new(:calls) do def call object calls << object 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 -- cgit v1.2.3