summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-12-01 16:45:40 -0800
committerStan Hu <stanhu@gmail.com>2015-12-04 07:13:28 -0800
commitba3c702073f2f57eebbeabb2926fbd367aad87ea (patch)
treefc01bb072a0018ad15118ebe1aa8cfee36f9cebe
parenta120b78940b6c7150f405091d620b34c0fccbd28 (diff)
downloadgitlab-ce-ba3c702073f2f57eebbeabb2926fbd367aad87ea.tar.gz
Fix spec
-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