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/group_spec.rb
parent0b878def9bad1c36ea2b23380a77f9eedaaa6b83 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/models/group_spec.rb')
-rw-r--r--spec/models/group_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/models/group_spec.rb b/spec/models/group_spec.rb
index 45a2c134077..ea1333915d7 100644
--- a/spec/models/group_spec.rb
+++ b/spec/models/group_spec.rb
@@ -293,6 +293,8 @@ RSpec.describe Group do
end
end
+ it_behaves_like 'a BulkUsersByEmailLoad model'
+
context 'traversal_ids on create' do
context 'default traversal_ids' do
let(:group) { build(:group) }