mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 05:06:46 +10:00
9 lines
227 B
Gherkin
9 lines
227 B
Gherkin
@admin
|
|
Feature: Admin git hooks sample
|
|
Background:
|
|
Given I sign in as an admin
|
|
And I visit git hooks page
|
|
|
|
Scenario: I can create git hook sample
|
|
When I fill in a form and submit
|
|
Then I see my git hook saved |