mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 15:23:06 +00:00
Remove uniq on warnings that confused output
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user