summaryrefslogtreecommitdiff
path: root/features/snippets
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2014-10-07 11:54:00 +0300
committerValery Sizov <valery@gitlab.com>2014-10-07 11:54:00 +0300
commitfd8d1d9b62066766c96610b7d42b20fa0e84b0ac (patch)
tree3844f60a3ceb8bd2e11275cdd86d45b3103608a8 /features/snippets
parent70004f4ef6160e788e6a600b9da06608c8559aa2 (diff)
downloadgitlab-ce-fd8d1d9b62066766c96610b7d42b20fa0e84b0ac.tar.gz
Snippets: rename public to internal
Diffstat (limited to 'features/snippets')
-rw-r--r--features/snippets/user.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/snippets/user.feature b/features/snippets/user.feature
index 424794f73fd..ae34e8e7ffa 100644
--- a/features/snippets/user.feature
+++ b/features/snippets/user.feature
@@ -18,6 +18,6 @@ Feature: Snippets User
Scenario: I can see only my public snippets
Given I visit my snippets page
- And I click "Public" filter
+ And I click "Internal" filter
Then I should see "Personal snippet one" in snippets
And I should not see "Personal snippet private" in snippets