From ca9b0cacc3800541ae617d56222f88959cd0369e Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 29 Oct 2014 15:09:21 -0700 Subject: remove minitest deprecation notices when running tests --- test/test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_helper.rb') diff --git a/test/test_helper.rb b/test/test_helper.rb index b631c23..ee687a9 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -4,7 +4,7 @@ require 'bundler/setup' require 'minitest/autorun' require 'leap_cli' -class MiniTest::Unit::TestCase +class Minitest::Test attr_accessor :ruby_path # Add global extensions to the test case class here -- cgit v1.2.3