aboutsummaryrefslogtreecommitdiff
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-10-29 15:09:21 -0700
committerelijah <elijah@riseup.net>2014-10-29 15:09:21 -0700
commitca9b0cacc3800541ae617d56222f88959cd0369e (patch)
tree879704c2cb5c68b4786034c4134a2204cab632f3 /test/test_helper.rb
parent6a3080477e579490e2936eabcd3a159d96da9996 (diff)
downloadleap_cli-ca9b0cacc3800541ae617d56222f88959cd0369e.tar.gz
leap_cli-ca9b0cacc3800541ae617d56222f88959cd0369e.tar.bz2
remove minitest deprecation notices when running tests
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb2
1 files changed, 1 insertions, 1 deletions
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