public_snippets.feature 482 Bytes
Newer Older
Valery Sizov's avatar
Valery Sizov committed
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"
6 7 8 9 10

  Scenario: Unauthenticated user should see raw public snippets
    Given There is public "Personal snippet one" snippet
    And I visit snippet raw page "Personal snippet one"
    Then I should see raw snippet "Personal snippet one"