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>2024-01-05 12:11:29 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-05 12:11:29 +0300
commitfc23bd54a1a49003eda83bc2331d9b8b8417a91b (patch)
tree9c90d537ac9477541488d974b8bc9493baa91daf /spec/views
parent309dbdc49533a76243003a3f662736ae0b0ec14a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/views')
-rw-r--r--spec/views/projects/commit/show.html.haml_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/views/projects/commit/show.html.haml_spec.rb b/spec/views/projects/commit/show.html.haml_spec.rb
index 4cfff00d390..7f3cecae8cb 100644
--- a/spec/views/projects/commit/show.html.haml_spec.rb
+++ b/spec/views/projects/commit/show.html.haml_spec.rb
@@ -3,7 +3,8 @@
require 'spec_helper'
RSpec.describe 'projects/commit/show.html.haml', feature_category: :source_code_management do
- let(:project) { create(:project, :repository) }
+ let_it_be_with_refind(:project) { create(:project, :repository, :in_group) }
+
let(:commit) { project.commit }
before do