Issue created from vulnerability <a href="http://localhost/#{group.name}/#{project.name}/-/security/vulnerabilities/#{vulnerability.id}">#{vulnerability.id}</a>
...
...
@@ -88,23 +55,18 @@ RSpec.describe Issues::BuildFromVulnerabilityService do
* Name: Find Security Bugs
DESC
)
end
it'builds the issue with the given params'do
expected_attributes={
project: project,
author: user,
title: expected_title,
description: expected_description
}
context'when a vulnerability has remediations'do
it'displays Remediations section with attached diff'do