Skip to content

Commit e7280f8

Browse files
committed
Update the link of minitest code with the commit hash.
1 parent 83ebdec commit e7280f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/rubygems/test_case.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,12 @@ def assert_directory_exists(path, msg = nil)
136136
assert File.directory?(path), msg
137137
end
138138

139-
# https://github.com/seattlerb/minitest/blob/master/lib/minitest/assertions.rb#L188
139+
# https://github.com/seattlerb/minitest/blob/21d9e804b63c619f602f3f4ece6c71b48974707a/lib/minitest/assertions.rb#L188
140140
def _synchronize
141141
yield
142142
end
143143

144-
# https://github.com/seattlerb/minitest/blob/master/lib/minitest/assertions.rb#L546
144+
# https://github.com/seattlerb/minitest/blob/21d9e804b63c619f602f3f4ece6c71b48974707a/lib/minitest/assertions.rb#L546
145145
def capture_subprocess_io
146146
_synchronize do
147147
begin
@@ -1547,7 +1547,7 @@ def self.key_path(key_name)
15471547
end if Gem::HAVE_OPENSSL
15481548
end
15491549

1550-
# https://github.com/seattlerb/minitest/blob/master/lib/minitest/mock.rb#L192
1550+
# https://github.com/seattlerb/minitest/blob/13c48a03d84a2a87855a4de0c959f96800100357/lib/minitest/mock.rb#L192
15511551
class Object
15521552
def stub(name, val_or_callable, *block_args)
15531553
new_name = "__minitest_stub__#{name}"

0 commit comments

Comments
 (0)