BigW Consortium Gitlab

Commit 90382a69 by Lin Jen-Shin

Fix test failure

parent 33949560
......@@ -17,7 +17,7 @@ describe Gitlab::OtherMarkup, lib: true do
context = {}
output = render('file.rdoc', '{Google}[https://google.com]', context)
expect(output).to include('rel="nofollow noreferrer"')
expect(output).to include('rel="nofollow noreferrer noopener"')
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment