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 530a1bd commit a8e9bb1Copy full SHA for a8e9bb1
test/capture_warnings.rb
@@ -20,7 +20,7 @@ def before_tests
20
21
def after_tests
22
stderr_file.rewind
23
- lines = stderr_file.read.split("\n").uniq
+ lines = stderr_file.read.split("\n")
24
stderr_file.close!
25
26
$stderr.reopen(STDERR)
0 commit comments