Skip to content
Snippets Groups Projects
Commit 90382a69 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Fix test failure

parent 33949560
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment