We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cefbb7 commit 12b8dadCopy full SHA for 12b8dad
lib/test/unit/assertions.rb
@@ -12,6 +12,9 @@
12
begin
13
require 'power_assert'
14
rescue LoadError, SyntaxError
15
+ if defined?(::PowerAssert)
16
+ ::Object.send(:remove_const, :PowerAssert)
17
+ end
18
end
19
20
module Test
lib/test/unit/util/backtracefilter.rb
@@ -1,6 +1,9 @@
1
2
3
4
5
6
7
8
9
0 commit comments