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:
authorDouwe Maan <douwe@selenight.nl>2017-05-24 18:10:10 +0300
committerDouwe Maan <douwe@selenight.nl>2017-05-24 18:10:10 +0300
commit0bf339f0ed2f91a805e99fc7483572ad7d22093a (patch)
treef536be0bb67775cabcc99b7540bcfd7a108bebcf /spec/services/system_note_service_spec.rb
parent6e698b254ecddf23a866d9e98a885912102ccbce (diff)
Address review
Diffstat (limited to 'spec/services/system_note_service_spec.rb')
-rw-r--r--spec/services/system_note_service_spec.rb2
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 c737a1f82a3..5a7cfaff7fb 100644
--- a/spec/services/system_note_service_spec.rb
+++ b/spec/services/system_note_service_spec.rb
@@ -1049,7 +1049,7 @@ describe SystemNoteService, services: true do
it_behaves_like 'a system note' do
let(:expected_noteable) { discussion.first_note.noteable }
- let(:action) { 'outdated' }
+ let(:action) { 'outdated' }
end
it 'creates a new note in the discussion' do