summaryrefslogtreecommitdiff
path: root/features/snippets/discover.feature
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2014-10-09 14:56:35 +0000
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2014-10-09 14:56:35 +0000
commit6303d003c699082ef7c5f83b7b805e95a62b7886 (patch)
treee8a886d251776f401f639eee5b93d2c565ea1732 /features/snippets/discover.feature
parent2bfc2f805b017d6dd22b7b39848cc17e03e35da0 (diff)
parent47f539f5a6a930b2cfd4f9834b4d1bd5e1c180cb (diff)
downloadgitlab-ce-6303d003c699082ef7c5f83b7b805e95a62b7886.tar.gz
Merge branch 't1254-snippets-refactoring' into 'master'
Snippets need to be either public/internal/private See merge request !1162
Diffstat (limited to 'features/snippets/discover.feature')
-rw-r--r--features/snippets/discover.feature2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/snippets/discover.feature b/features/snippets/discover.feature
index 5094062c8c3..1a7e132ea25 100644
--- a/features/snippets/discover.feature
+++ b/features/snippets/discover.feature
@@ -4,8 +4,10 @@ Feature: Snippets Discover
Given I sign in as a user
And I have public "Personal snippet one" snippet
And I have private "Personal snippet private" snippet
+ And I have internal "Personal snippet internal" snippet
Scenario: I should see snippets
Given I visit snippets page
Then I should see "Personal snippet one" in snippets
+ And I should see "Personal snippet internal" in snippets
And I should not see "Personal snippet private" in snippets