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)
136
136
assert File . directory? ( path ) , msg
137
137
end
138
138
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
140
140
def _synchronize
141
141
yield
142
142
end
143
143
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
145
145
def capture_subprocess_io
146
146
_synchronize do
147
147
begin
@@ -1547,7 +1547,7 @@ def self.key_path(key_name)
1547
1547
end if Gem ::HAVE_OPENSSL
1548
1548
end
1549
1549
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
1551
1551
class Object
1552
1552
def stub ( name , val_or_callable , *block_args )
1553
1553
new_name = "__minitest_stub__#{ name } "
You can’t perform that action at this time.
0 commit comments