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-03-18 21:07:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-18 21:07:26 +0300
commit48deaeec941cd29d4fa0d9908dfb27db43a1cb1d (patch)
treeda0a37305192bbe4d62bc64c0709a6e7e3c3f812 /spec/models/project_spec.rb
parent0b878def9bad1c36ea2b23380a77f9eedaaa6b83 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/models/project_spec.rb')
-rw-r--r--spec/models/project_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb
index fc7ac35ed41..432d8223a5a 100644
--- a/spec/models/project_spec.rb
+++ b/spec/models/project_spec.rb
@@ -635,6 +635,8 @@ RSpec.describe Project, factory_default: :keep do
end
end
+ it_behaves_like 'a BulkUsersByEmailLoad model'
+
describe '#all_pipelines' do
let_it_be(:project) { create(:project) }