summaryrefslogtreecommitdiff
path: root/qa/qa/specs/features/browser_ui/1_manage/project/import_github_repo_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/1_manage/project/import_github_repo_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/1_manage/project/import_github_repo_spec.rb')
-rw-r--r--qa/qa/specs/features/browser_ui/1_manage/project/import_github_repo_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/specs/features/browser_ui/1_manage/project/import_github_repo_spec.rb b/qa/qa/specs/features/browser_ui/1_manage/project/import_github_repo_spec.rb
index d1cd9865aef..a99b0522e73 100644
--- a/qa/qa/specs/features/browser_ui/1_manage/project/import_github_repo_spec.rb
+++ b/qa/qa/specs/features/browser_ui/1_manage/project/import_github_repo_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module QA
- context :manage, :orchestrated, :github do
+ context 'Manage', :orchestrated, :github do
describe 'Project import from GitHub' do
let(:imported_project) do
Factory::Resource::ProjectImportedFromGithub.fabricate! do |project|