Skip to content

Commit 51c620c

Browse files
committed
do not print seed with FailedLogger
1 parent 48410fe commit 51c620c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/rspec/summary_log/failed_logger.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ def dump_summary(*args)
2525
def dump_pending(*)
2626
true
2727
end
28+
29+
def seed(notification)
30+
true
31+
end
2832
end
2933
end
3034
end

0 commit comments

Comments
 (0)