OSDN Git Service

Add instructions for backups using cron
[wvm/gitlab.git] / features / project / public_projects.feature
1 Feature: Public Projects
2   Background:
3     Given I sign in as a user
4
5   Scenario: I should see the list of public projects
6     When I visit the public projects area
7     Then I should see the list of public projects
8