File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
15481548end
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
15511551class Object
15521552 def stub ( name , val_or_callable , *block_args )
15531553 new_name = "__minitest_stub__#{ name } "
You can’t perform that action at this time.
0 commit comments