Skip to content

Commit

Permalink
Use "new" Minitest namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jnbt committed Apr 17, 2024
1 parent cec4a47 commit d50f607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d50f607

Please sign in to comment.