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:
authorDoug Goldstein <cardoe@cardoe.com>2014-11-09 08:12:14 +0300
committerDoug Goldstein <cardoe@cardoe.com>2014-11-20 06:26:58 +0300
commit2f3df4cb567a6f14b5a0e161084c2f4cf6fbf764 (patch)
treef2feeddb8c440decf3d2299ae73a0064f5b915c7 /features/steps/project
parent20cd7a50be263f954ffc7157892e94aa09f78d04 (diff)
HipChat service: correct service name & use v2 API
HipChat refers to their own product camel cased so we should do the same. HipChat no longer recommends people use the deprecated v1 API so switch to using the v2 API by default. hipchat-rb does not yet default to v2 in any version so it must be specified.
Diffstat (limited to 'features/steps/project')
-rw-r--r--features/steps/project/services.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/project/services.rb b/features/steps/project/services.rb
index d5d58070d86..ffc231cb575 100644
--- a/features/steps/project/services.rb
+++ b/features/steps/project/services.rb
@@ -10,7 +10,7 @@ class Spinach::Features::ProjectServices < Spinach::FeatureSteps
step 'I should see list of available services' do
page.should have_content 'Project services'
page.should have_content 'Campfire'
- page.should have_content 'Hipchat'
+ page.should have_content 'HipChat'
page.should have_content 'GitLab CI'
page.should have_content 'Assembla'
page.should have_content 'Pushover'
@@ -33,7 +33,7 @@ class Spinach::Features::ProjectServices < Spinach::FeatureSteps
end
step 'I click hipchat service link' do
- click_link 'Hipchat'
+ click_link 'HipChat'
end
step 'I fill hipchat settings' do