summaryrefslogtreecommitdiff
path: root/spec/support
diff options
context:
space:
mode:
authorWei-Meng Lee <1081658-weimeng@users.noreply.gitlab.com>2019-05-31 10:31:28 +0000
committerWei-Meng Lee <wlee@gitlab.com>2019-05-31 20:49:27 +0800
commitddb0344a8ff43555061a0775875ea38cbebf7c52 (patch)
tree1afc8761c470b000f85c696a012cdff4ee318e3a /spec/support
parentddd6f804576e1e9d69db85242a8dbc687cdb35db (diff)
downloadgitlab-ce-ddb0344a8ff43555061a0775875ea38cbebf7c52.tar.gz
Apply reviewer suggestionsweimeng-email-routing
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/shared_examples/notify_shared_examples.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/support/shared_examples/notify_shared_examples.rb b/spec/support/shared_examples/notify_shared_examples.rb
index bcb30a86727..897c9106d77 100644
--- a/spec/support/shared_examples/notify_shared_examples.rb
+++ b/spec/support/shared_examples/notify_shared_examples.rb
@@ -60,10 +60,9 @@ shared_examples 'an email sent to a user' do
end
end
- context 'when project is in a sub-group' do
+ context 'when project is in a sub-group', :nested_groups do
before do
- project.group = subgroup
- project.save!
+ project.update!(group: subgroup)
end
it 'is sent to user\'s subgroup notification email address when set' do