diff options
author | Semyon Pupkov <mail@semyonpupkov.com> | 2016-12-05 23:50:13 +0500 |
---|---|---|
committer | Semyon Pupkov <mail@semyonpupkov.com> | 2016-12-06 22:58:15 +0500 |
commit | d33b22f23890f5d67f1e88a41efc4d8adec6611c (patch) | |
tree | 4e0b170c8d58a0d8b88e5d7a395b11d55f72cf13 /features/admin | |
parent | 4e96c53197e0521f13d9fb95692854fddeecf509 (diff) | |
download | gitlab-ce-d33b22f23890f5d67f1e88a41efc4d8adec6611c.tar.gz |
Move admin hooks spinach to rspec
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
Diffstat (limited to 'features/admin')
-rw-r--r-- | features/admin/hooks.feature | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/features/admin/hooks.feature b/features/admin/hooks.feature deleted file mode 100644 index 5ca332d9f1c..00000000000 --- a/features/admin/hooks.feature +++ /dev/null @@ -1,9 +0,0 @@ -@admin -Feature: Admin Hooks - Background: - Given I sign in as an admin - - Scenario: On Admin Hooks - Given I visit admin hooks page - Then I submit the form with enabled SSL verification - And I see new hook with enabled SSL verification
\ No newline at end of file |