rspec_tap icon indicating copy to clipboard operation
rspec_tap copied to clipboard

Add comment line for example groups

Open gburgett opened this issue 8 years ago • 0 comments

Some Tap formatters, like tap-xunit, use comments in order to delineate groups of assertions. I felt this was a good spot to add info about the example groups.

This produces TAP output like the following:


Randomized with seed 55555
1..999
# API
# API.FooController
ok 1 - API FooController get root is successful
ok 2 - API FooController put root does something
# API.BarController
ok 3 - API BarController get with ID is successful

gburgett avatar Jan 12 '18 19:01 gburgett