diff options
author | Valery Sizov <valery@gitlab.com> | 2014-10-24 11:52:52 +0300 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2014-10-24 11:52:52 +0300 |
commit | 705652d62538ec29d125e0ec62bebc99ddc3af71 (patch) | |
tree | d93b9d990862b05eb72e8af73a4f6e7ecad60f89 /features/snippets/public_snippets.feature | |
parent | c6efa56ee7039882625942ce29ea9fdeeffaa6cd (diff) | |
download | gitlab-ce-705652d62538ec29d125e0ec62bebc99ddc3af71.tar.gz |
fix for public snippet
Diffstat (limited to 'features/snippets/public_snippets.feature')
-rw-r--r-- | features/snippets/public_snippets.feature | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/features/snippets/public_snippets.feature b/features/snippets/public_snippets.feature new file mode 100644 index 00000000000..6964badc413 --- /dev/null +++ b/features/snippets/public_snippets.feature @@ -0,0 +1,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" |