Skip to content

Commit 946233f

Browse files
committed
Fixed frozen string warnings with tests [skip ci]
1 parent d20fcf7 commit 946233f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class Minitest::Test
99
def setup
10-
@output = StringIO.new("")
10+
@output = StringIO.new(+"")
1111
@output_checked = false
1212

1313
GC.stress = true if stress?

0 commit comments

Comments
 (0)