From 0f5dcf55e543e2cb30697d4c8ea8ce509cf25375 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Sat, 12 Sep 2020 00:08:44 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/haml_lint/linter/documentation_links_spec.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'spec/haml_lint') diff --git a/spec/haml_lint/linter/documentation_links_spec.rb b/spec/haml_lint/linter/documentation_links_spec.rb index aa4c5dd7c39..68de8317b82 100644 --- a/spec/haml_lint/linter/documentation_links_spec.rb +++ b/spec/haml_lint/linter/documentation_links_spec.rb @@ -20,13 +20,6 @@ RSpec.describe HamlLint::Linter::DocumentationLinks do it { is_expected.not_to report_lint } end - # TODO: Remove me after https://gitlab.com/gitlab-org/gitlab/-/merge_requests/39715 is merged - context 'when link_to points to the existing file with partially matching anchor' do - let(:haml) { "= link_to 'Description', help_page_path('README.md', anchor: 'overview-premium'), target: '_blank'" } - - it { is_expected.not_to report_lint } - end - context 'when link_to points to the existing file path without .md extension' do let(:haml) { "= link_to 'Description', help_page_path('README')" } -- cgit v1.2.3