From b1bc2f4b343edac830e71af43a38208e84d0d733 Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Sat, 16 Nov 2019 16:15:00 -0500 Subject: [PATCH] Deprecated Minitest class --- test/requests/hello_world_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requests/hello_world_test.rb b/test/requests/hello_world_test.rb index 5c7c548..cd2293e 100644 --- a/test/requests/hello_world_test.rb +++ b/test/requests/hello_world_test.rb @@ -1,6 +1,6 @@ require "test_helper" -class HelloWorldTest < MiniTest::Unit::TestCase +class HelloWorldTest < MiniTest::Test include Rack::Test::Methods def app