summaryrefslogtreecommitdiff
path: root/features/project
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-08-11 09:59:40 +0300
committerValery Sizov <vsv2711@gmail.com>2015-08-26 15:48:31 +0300
commitbafffb2d14e1924154d5b7c74c7b3cbcf8c898fd (patch)
tree9e404f30a04e41e2e70456f2959a1780717981ae /features/project
parentadd099b024cc4155a5be494fdb9ae339fd073a14 (diff)
downloadgitlab-ce-bafffb2d14e1924154d5b7c74c7b3cbcf8c898fd.tar.gz
Enable SSL verification for Webhooksenable_ssl_verification_web_hook
Diffstat (limited to 'features/project')
-rw-r--r--features/project/hooks.feature5
1 files changed, 5 insertions, 0 deletions
diff --git a/features/project/hooks.feature b/features/project/hooks.feature
index 1a60846a23e..627738004c4 100644
--- a/features/project/hooks.feature
+++ b/features/project/hooks.feature
@@ -13,6 +13,11 @@ Feature: Project Hooks
When I submit new hook
Then I should see newly created hook
+ Scenario: I add new hook with SSL verification enabled
+ Given I visit project hooks page
+ When I submit new hook with SSL verification enabled
+ Then I should see newly created hook with SSL verification enabled
+
Scenario: I test hook
Given project has hook
And I visit project hooks page