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:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-04-11 22:02:00 +0300
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-04-16 14:21:28 +0300
commita53e912bc0578febf87f722887a100f2c6e4670f (patch)
tree2af8cfbfcc92e1e4aaf6a8311d0f14115206fac5 /spec/features/participants_autocomplete_spec.rb
parent40efb4eb1fb3a1863f16488c7a468d4ca140500a (diff)
Change context description
Diffstat (limited to 'spec/features/participants_autocomplete_spec.rb')
-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)