summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-12-07 20:17:29 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-12-07 20:17:29 +0100
commit949a7e8e2016621a42696fc6fc8dbe3235869e0a (patch)
tree47eefd78e957b638de5910b3f1e64ec9cce37701 /features
parentc823e85d150e00201ed7db7dc0cce6142cbae7e1 (diff)
parentba3c702073f2f57eebbeabb2926fbd367aad87ea (diff)
downloadgitlab-ce-949a7e8e2016621a42696fc6fc8dbe3235869e0a.tar.gz
Merge branch 'report-ssl-errors' of https://gitlab.com/stanhu/gitlab-ce
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/hooks.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/features/steps/project/hooks.rb b/features/steps/project/hooks.rb
index df4a23a3716..be4db770948 100644
--- a/features/steps/project/hooks.rb
+++ b/features/steps/project/hooks.rb
@@ -70,8 +70,6 @@ class Spinach::Features::ProjectHooks < Spinach::FeatureSteps
step 'I should see hook service down error message' do
expect(page).to have_selector '.flash-alert',
- text: 'Hook execution failed. '\
- 'Ensure hook URL is correct and '\
- 'service is up.'
+ text: 'Hook execution failed: Exception from'
end
end