@@ -189,6 +189,20 @@ def test_retry_report
189189 Waiting for workers to complete
190190 1 error found
191191
192+ ================================================================================
193+ FAILED TESTS SUMMARY:
194+ ================================================================================
195+ ./spec/dummy_spec.rb
196+ ================================================================================
197+
198+ ================================================================================
199+ DETAILED ERROR INFORMATION:
200+ ================================================================================
201+
202+ --------------------------------------------------------------------------------
203+ Error 1 of 1
204+ --------------------------------------------------------------------------------
205+
192206 Object doesn't work on first try
193207 Failure/Error: expect(1 + 1).to be == 42
194208
@@ -197,6 +211,7 @@ def test_retry_report
197211 # ./spec/dummy_spec.rb:12:in `block (2 levels) in <top (required)>'
198212
199213 rspec ./spec/dummy_spec.rb:7 # Object doesn't work on first try
214+ ================================================================================
200215 EOS
201216
202217 assert_equal expected_output , normalize ( out )
@@ -363,6 +378,20 @@ def test_report
363378 --- Waiting for workers to complete
364379 +++ 1 error found
365380
381+ ================================================================================
382+ FAILED TESTS SUMMARY:
383+ ================================================================================
384+ ./spec/dummy_spec.rb
385+ ================================================================================
386+
387+ ================================================================================
388+ DETAILED ERROR INFORMATION:
389+ ================================================================================
390+
391+ --------------------------------------------------------------------------------
392+ Error 1 of 1
393+ --------------------------------------------------------------------------------
394+
366395 Object doesn't work on first try
367396 Failure/Error: expect(1 + 1).to be == 42
368397
@@ -371,6 +400,7 @@ def test_report
371400 # ./spec/dummy_spec.rb:12:in `block (2 levels) in <top (required)>'
372401
373402 rspec ./spec/dummy_spec.rb:7 # Object doesn't work on first try
403+ ================================================================================
374404 EOS
375405
376406 assert_equal expected_output , normalize ( out )
0 commit comments