summaryrefslogtreecommitdiff
path: root/features/snippets/public_snippets.feature
blob: 6964badc413bdd804131f70ce1c76404ae46af56 (plain)
1
2
3
4
5
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"