mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
Remove uniq on warnings that confused output
This commit is contained in:
parent
530a1bdfd7
commit
a8e9bb1c14
@ -20,7 +20,7 @@ class CaptureWarnings
|
||||
|
||||
def after_tests
|
||||
stderr_file.rewind
|
||||
lines = stderr_file.read.split("\n").uniq
|
||||
lines = stderr_file.read.split("\n")
|
||||
stderr_file.close!
|
||||
|
||||
$stderr.reopen(STDERR)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user