mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-12 06:06:05 +10:00
9 lines
216 B
Gherkin
9 lines
216 B
Gherkin
Feature: Public Projects
|
|
Background:
|
|
Given I sign in as a user
|
|
|
|
Scenario: I should see the list of public projects
|
|
When I visit the public projects area
|
|
Then I should see the list of public projects
|
|
|