Skip to content

Added a group level boundary check to prevent unexpected negative val…

gitlab-qa-bot requested to merge github/fork/VTJamie/master into master

Created by: VTJamie

Added a group level boundary check to prevent unexpected negative values in group level in DocumentationFormatter

When trying to run documentation on a working rspec test suite, I was getting a negative argument error from @group_level. This pull request is to mitigate unknown issues with calling the end method too many times, and triggering an Error rather than just malformed output.

Merge request reports