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:
authorValery Sizov <valery@gitlab.com>2017-05-05 13:41:35 +0300
committerValery Sizov <valery@gitlab.com>2017-05-05 15:30:19 +0300
commit34be1835af2913c86bc468131e6bcbd530daf48d (patch)
tree67122da950643c4f91791bfb007636c16db774c3 /spec/services/system_note_service_spec.rb
parentc4094b7ec4699811f928699ad67c90e1686da6e2 (diff)
[Multiple issue assignee] Fix a number of specs
Diffstat (limited to 'spec/services/system_note_service_spec.rb')
-rw-r--r--spec/services/system_note_service_spec.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/services/system_note_service_spec.rb b/spec/services/system_note_service_spec.rb
index 5f1b82e8355..68816bf36b8 100644
--- a/spec/services/system_note_service_spec.rb
+++ b/spec/services/system_note_service_spec.rb
@@ -164,7 +164,9 @@ describe SystemNoteService, services: true do
let(:assignee2) { create(:user) }
let(:assignee3) { create(:user) }
- it_behaves_like 'a system note'
+ it_behaves_like 'a system note' do
+ let(:action) { 'assignee' }
+ end
def build_note(old_assignees, new_assignees)
issue.assignees = new_assignees