From bafffb2d14e1924154d5b7c74c7b3cbcf8c898fd Mon Sep 17 00:00:00 2001 From: Valery Sizov Date: Tue, 11 Aug 2015 09:59:40 +0300 Subject: Enable SSL verification for Webhooks --- features/project/hooks.feature | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'features/project') 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 -- cgit v1.2.1