diff options
author | Ciro Santillli <ciro.santilli@gmail.com> | 2014-02-23 10:04:56 +0100 |
---|---|---|
committer | Ciro Santillli <ciro.santilli@gmail.com> | 2014-02-23 10:34:39 +0100 |
commit | 170340e6b15f91e79cf683c892ec887c3115b317 (patch) | |
tree | 19cf1f82b08201295b3e66170a967e813c522189 /features/snippets/discover_snippets.feature | |
parent | e868de687da060a109bd67fd492ed110eb134d47 (diff) | |
download | gitlab-ce-170340e6b15f91e79cf683c892ec887c3115b317.tar.gz |
Remove dir prefix and suffix from tests inside dir.
Diffstat (limited to 'features/snippets/discover_snippets.feature')
-rw-r--r-- | features/snippets/discover_snippets.feature | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/features/snippets/discover_snippets.feature b/features/snippets/discover_snippets.feature deleted file mode 100644 index d6fd2cd7808..00000000000 --- a/features/snippets/discover_snippets.feature +++ /dev/null @@ -1,10 +0,0 @@ -Feature: Discover Snippets - Background: - Given I sign in as a user - And I have public "Personal snippet one" snippet - And I have private "Personal snippet private" snippet - - Scenario: I should see snippets - Given I visit snippets page - Then I should see "Personal snippet one" in snippets - And I should not see "Personal snippet private" in snippets |