summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-05-04 22:31:46 +0800
committerLin Jen-Shin <godfat@godfat.org>2017-05-04 22:31:46 +0800
commit0e1b5355c2c07407ecda7d6860c0fc5192c23626 (patch)
tree57a3db14b2e8fae6fd2f1704022cefb6c5d82f7d
parent61ad580e860ddd2596955d738d9b90c8eff99bb1 (diff)
downloadgitlab-ce-0e1b5355c2c07407ecda7d6860c0fc5192c23626.tar.gz
Fix the other failure
-rw-r--r--spec/lib/gitlab/asciidoc_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/asciidoc_spec.rb b/spec/lib/gitlab/asciidoc_spec.rb
index 0f069cc306e..59d5440f408 100644
--- a/spec/lib/gitlab/asciidoc_spec.rb
+++ b/spec/lib/gitlab/asciidoc_spec.rb
@@ -69,7 +69,7 @@ module Gitlab
it 'adds the `rel` attribute to the link' do
output = render('link:https://google.com[Google]', context)
- expect(output).to include('rel="nofollow noreferrer"')
+ expect(output).to include('rel="nofollow noreferrer noopener"')
end
end
end