summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-04-11 14:02:00 -0500
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-04-16 07:21:28 -0400
commita53e912bc0578febf87f722887a100f2c6e4670f (patch)
tree2af8cfbfcc92e1e4aaf6a8311d0f14115206fac5
parent40efb4eb1fb3a1863f16488c7a468d4ca140500a (diff)
downloadgitlab-ce-a53e912bc0578febf87f722887a100f2c6e4670f.tar.gz
Change context description
-rw-r--r--spec/features/participants_autocomplete_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/participants_autocomplete_spec.rb b/spec/features/participants_autocomplete_spec.rb
index 5f1b5fd6b54..b566a036a46 100644
--- a/spec/features/participants_autocomplete_spec.rb
+++ b/spec/features/participants_autocomplete_spec.rb
@@ -28,7 +28,7 @@ feature 'Member autocomplete', feature: true do
end
end
- context 'On a Issue adding a new note', js: true do
+ context 'adding a new note on a Issue', js: true do
before do
issue = create(:issue, author: author, project: project)
create(:note, note: 'Ultralight Beam', noteable: issue, author: participant)
@@ -43,7 +43,7 @@ feature 'Member autocomplete', feature: true do
end
end
- context 'On a Merge Request adding a new note', js: true do
+ context 'adding a new note on a Merge Request ', js: true do
before do
merge = create(:merge_request, source_project: project, target_project: project, author: author)
create(:note, note: 'Ultralight Beam', noteable: merge, author: participant)