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 d20fcf7 commit 946233fCopy full SHA for 946233f
test/test_helper.rb
@@ -7,7 +7,7 @@
7
8
class Minitest::Test
9
def setup
10
- @output = StringIO.new("")
+ @output = StringIO.new(+"")
11
@output_checked = false
12
13
GC.stress = true if stress?
0 commit comments