Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-05-04 17:31:46 +0300
committerLin Jen-Shin <godfat@godfat.org>2017-05-04 17:31:46 +0300
commit0e1b5355c2c07407ecda7d6860c0fc5192c23626 (patch)
tree57a3db14b2e8fae6fd2f1704022cefb6c5d82f7d
parent61ad580e860ddd2596955d738d9b90c8eff99bb1 (diff)
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