gitlab-org--gitlab-foss/features/snippets/public_snippets.feature

6 lines
247 B
Gherkin
Raw Normal View History

2014-10-24 04:52:52 -04:00
Feature: Public snippets
Scenario: Unauthenticated user should see public snippets
Given There is public "Personal snippet one" snippet
And I visit snippet page "Personal snippet one"
Then I should see snippet "Personal snippet one"