mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/fileutils] improve the compatibility of minitest
https://github.com/ruby/fileutils/commit/f16f5a0dd6
This commit is contained in:
parent
3ffd98c5cd
commit
c14755e9ca
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ module Test
|
|||
include MiniTest::Assertions
|
||||
else
|
||||
module MiniTest
|
||||
class Skip; end
|
||||
class Assertion < Exception; end
|
||||
class Skip < Assertion; end
|
||||
end
|
||||
|
||||
require 'pp'
|
||||
|
|
Loading…
Add table
Reference in a new issue