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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-12 09:07:53 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-12 09:07:53 +0300
commit90726a8ccc9df6d9b5ff4f5e1eb31d015c1db8e2 (patch)
treec5992348be5d8d81656ce665efd6980bfa8fbf71 /spec/views/projects
parent48d9e7ff8ddfe152686d450fa5ac511f12d42d5b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/views/projects')
-rw-r--r--spec/views/projects/tags/index.html.haml_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/projects/tags/index.html.haml_spec.rb b/spec/views/projects/tags/index.html.haml_spec.rb
index ae59c1aa4b2..664f05428f4 100644
--- a/spec/views/projects/tags/index.html.haml_spec.rb
+++ b/spec/views/projects/tags/index.html.haml_spec.rb
@@ -27,7 +27,7 @@ RSpec.describe 'projects/tags/index.html.haml' do
it 'renders links to the Releases page for tags associated with a release' do
render
- expect(rendered).to have_link(release.name, href: project_releases_path(project, anchor: release.tag))
+ expect(rendered).to have_link(release.name, href: project_release_path(project, release.tag))
end
context 'when the most recent build for a tag has artifacts' do