Skip to content

Commit

Permalink
test: don't use minitest/pride
Browse files Browse the repository at this point in the history
It broke in CI where the TERM env var is not set, see minitest/minitest#1009
  • Loading branch information
flavorjones committed Aug 14, 2024
1 parent dbfa966 commit e9460cf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/mechanize/test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@

require 'minitest/autorun'

begin
require 'minitest/pride'
rescue LoadError
end

##
# A generic test case for testing mechanize. Using a subclass of
# Mechanize::TestCase for your tests will create an isolated mechanize
Expand Down

0 comments on commit e9460cf

Please sign in to comment.