summaryrefslogtreecommitdiff
path: root/qa/qa/specs/features/browser_ui/3_create/repository/push_protected_branch_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/push_protected_branch_spec.rb
parent80351981d244911716ac1283c3c0c77b7a205899 (diff)
downloadgitlab-ce-9a1f1f268641889c62aef888c4e95af678a5727b.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/push_protected_branch_spec.rb')
-rw-r--r--qa/qa/specs/features/browser_ui/3_create/repository/push_protected_branch_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/specs/features/browser_ui/3_create/repository/push_protected_branch_spec.rb b/qa/qa/specs/features/browser_ui/3_create/repository/push_protected_branch_spec.rb
index b2da685c477..5f42cb00bd3 100644
--- a/qa/qa/specs/features/browser_ui/3_create/repository/push_protected_branch_spec.rb
+++ b/qa/qa/specs/features/browser_ui/3_create/repository/push_protected_branch_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module QA
- context :create do
+ context 'Create' do
describe 'Protected branch support', :ldap do
let(:branch_name) { 'protected-branch' }
let(:commit_message) { 'Protected push commit message' }