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:
authorJarka Kadlecova <jarka@gitlab.com>2017-07-25 18:25:41 +0300
committerJarka Kadlecova <jarka@gitlab.com>2017-07-25 18:25:41 +0300
commit1c572994004acbd442c05537cb5062cd2e5d29e6 (patch)
treec0f118e415594e4921d8ffe43b97bf671f611b54 /features
parentd964816b9fe56679ffc0b331e701f7b24db5c6a9 (diff)
Remove project_key from the Jira configuration
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/services.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/steps/project/services.rb b/features/steps/project/services.rb
index 906a81b29b3..7e2a357f6b2 100644
--- a/features/steps/project/services.rb
+++ b/features/steps/project/services.rb
@@ -175,7 +175,6 @@ class Spinach::Features::ProjectServices < Spinach::FeatureSteps
fill_in 'JIRA API URL', with: 'http://jira.example/api'
fill_in 'Username', with: 'gitlab'
fill_in 'Password', with: 'gitlab'
- fill_in 'Project Key', with: 'GITLAB'
click_button 'Save'
end