From d50f607f335982b71f940930833909901cc53d4f Mon Sep 17 00:00:00 2001 From: Jonas Thiel Date: Wed, 17 Apr 2024 11:39:10 +0200 Subject: [PATCH] Use "new" Minitest namespace --- spec/spec_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 2fd2786..56271d7 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -37,7 +37,7 @@ def in_continuous_integration_environment? ENV["DEBUG"] && Google::APIClient.logger.level = Logger::DEBUG -module MiniTest +module Minitest module Assertions # The first parameter must be ```true```, not coercible to true. def assert_true(obj, msg = nil)