mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 12:46:07 +10:00
8 lines
207 B
Gherkin
8 lines
207 B
Gherkin
Feature: Git Hooks
|
|
Background:
|
|
Given I sign in as a user
|
|
And I own project "Shop"
|
|
|
|
Scenario: I should see git hook form
|
|
When I visit project git hooks page
|
|
Then I should see git hook form |