diff options
author | Jarka Kadlecova <jarka@gitlab.com> | 2017-07-25 17:25:41 +0200 |
---|---|---|
committer | Jarka Kadlecova <jarka@gitlab.com> | 2017-07-25 17:25:41 +0200 |
commit | 1c572994004acbd442c05537cb5062cd2e5d29e6 (patch) | |
tree | c0f118e415594e4921d8ffe43b97bf671f611b54 /features | |
parent | d964816b9fe56679ffc0b331e701f7b24db5c6a9 (diff) | |
download | gitlab-ce-1c572994004acbd442c05537cb5062cd2e5d29e6.tar.gz |
Remove project_key from the Jira configuration
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/project/services.rb | 1 |
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 |