Skip to content

Add specs for Security::IssueTable::Builder

Reuben Pereira requested to merge rp/refactor-security-issues-table2 into master

What does this MR do and why?

Describe in detail what your merge request does and why.

In !2266 (merged), we added a new class (Security::IssueTable::Builder) to generate the markdown table string that is posted to security release issues. This MR adds a spec file for the new class, and refactors the spec file for the existing class (Security::IssuesTable).

Author Check-list

  • Has documentation been updated?
Edited by Reuben Pereira

Merge request reports