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:
authorJasper Maes <jaspermaes.jm@gmail.com>2019-01-11 23:10:55 +0300
committerJasper Maes <jaspermaes.jm@gmail.com>2019-01-12 01:59:35 +0300
commit4361c92b6a41554ae8a8e4ad7204e8ed82ec7c5c (patch)
treecbf947e67566d27562fe9765c109ccf8d54ed246 /spec/views/help/instance_configuration.html.haml_spec.rb
parentf5dd9107363b7376325712f973339c7fde036ef2 (diff)
Update gitlab-styles to 2.5.1
Diffstat (limited to 'spec/views/help/instance_configuration.html.haml_spec.rb')
-rw-r--r--spec/views/help/instance_configuration.html.haml_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/views/help/instance_configuration.html.haml_spec.rb b/spec/views/help/instance_configuration.html.haml_spec.rb
index f30b5881fde..ceb7e34a540 100644
--- a/spec/views/help/instance_configuration.html.haml_spec.rb
+++ b/spec/views/help/instance_configuration.html.haml_spec.rb
@@ -13,9 +13,9 @@ describe 'help/instance_configuration' do
it 'has links to several sections' do
render
- expect(rendered).to have_link(nil, '#ssh-host-keys-fingerprints') if ssh_settings.any?
- expect(rendered).to have_link(nil, '#gitlab-pages')
- expect(rendered).to have_link(nil, '#gitlab-ci')
+ expect(rendered).to have_link(nil, href: '#ssh-host-keys-fingerprints') if ssh_settings.any?
+ expect(rendered).to have_link(nil, href: '#gitlab-pages')
+ expect(rendered).to have_link(nil, href: '#gitlab-ci')
end
it 'has several sections' do