summaryrefslogtreecommitdiff
path: root/qa/qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2018-10-17 15:06:43 -0700
committerMichael Kozono <mkozono@gmail.com>2018-10-18 12:00:52 -0700
commit9a1f1f268641889c62aef888c4e95af678a5727b (patch)
tree676c893f08c8647053b5ee9e927628160031485d /qa/qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb
parent80351981d244911716ac1283c3c0c77b7a205899 (diff)
downloadgitlab-ce-mk/backport-use-strings-for-context-description-qa.tar.gz
Use strings for context descriptionsmk/backport-use-strings-for-context-description-qa
To avoid confusion with tags.
Diffstat (limited to 'qa/qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb')
-rw-r--r--qa/qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb b/qa/qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb
index c7edcf4c025..7705e12b95e 100644
--- a/qa/qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb
+++ b/qa/qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module QA
- context :create do
+ context 'Create' do
describe 'File templates' do
include Runtime::Fixtures