diff options
| author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-03-16 10:24:44 +0100 |
|---|---|---|
| committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-03-17 07:39:16 +0100 |
| commit | 5e3c9475a9332d7104a791f7bdfef30e069dd848 (patch) | |
| tree | 780f1e5eb121d411ccfec0d9eaa66c7b41e97cb6 /spec/services | |
| parent | 1dd279d83335de71c69d0acfdcdd7eb0ebe7f3dd (diff) | |
| download | gitlab-ce-5e3c9475a9332d7104a791f7bdfef30e069dd848.tar.gz | |
Add minor improvements in code related to issue move
Diffstat (limited to 'spec/services')
| -rw-r--r-- | spec/services/system_note_service_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/system_note_service_spec.rb b/spec/services/system_note_service_spec.rb index 7efb9f2ddba..7c93ce304f9 100644 --- a/spec/services/system_note_service_spec.rb +++ b/spec/services/system_note_service_spec.rb @@ -446,7 +446,7 @@ describe SystemNoteService, services: true do let(:new_noteable) { create(:issue, project: new_project) } subject do - described_class.noteable_moved(direction, noteable, project, new_noteable, author) + described_class.noteable_moved(noteable, project, new_noteable, author, direction: direction) end shared_examples 'cross project mentionable' do |
