Skip to content

Commit 752e4d2

Browse files
authored
Merge pull request #651 from sparklemotion/flavorjones-pride-is-broken
test: don't use minitest/pride
2 parents dbfa966 + e9460cf commit 752e4d2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/mechanize/test_case.rb

-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@
1515

1616
require 'minitest/autorun'
1717

18-
begin
19-
require 'minitest/pride'
20-
rescue LoadError
21-
end
22-
2318
##
2419
# A generic test case for testing mechanize. Using a subclass of
2520
# Mechanize::TestCase for your tests will create an isolated mechanize

0 commit comments

Comments
 (0)