diff options
author | Jason Lippert <jason@glasspelican.ca> | 2014-12-08 16:54:09 -0500 |
---|---|---|
committer | Jason Lippert <jason@glasspelican.ca> | 2014-12-23 12:38:25 -0500 |
commit | 1fa19401e969f79cbd737c55e63249ca9355791c (patch) | |
tree | c67ae9a5e9edae2982495ed233dcf31f42eb2e0c /features/project/service.feature | |
parent | 334f240899ffe1c7cb662649ef26c2f5420ea92a (diff) | |
download | gitlab-ce-1fa19401e969f79cbd737c55e63249ca9355791c.tar.gz |
Teamcity interaction using 8.1 rest api
Diffstat (limited to 'features/project/service.feature')
-rw-r--r-- | features/project/service.feature | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/features/project/service.feature b/features/project/service.feature index ed9e03b428d..85939a5c9ca 100644 --- a/features/project/service.feature +++ b/features/project/service.feature @@ -66,3 +66,10 @@ Feature: Project Services And I click Atlassian Bamboo CI service link And I fill Atlassian Bamboo CI settings Then I should see Atlassian Bamboo CI service settings saved + + Scenario: Activate jetBrains TeamCity CI service + When I visit project "Shop" services page + And I click jetBrains TeamCity CI service link + And I fill jetBrains TeamCity CI settings + Then I should see jetBrains TeamCity CI service settings saved + |