diff options
author | Robert Speicher <robert@gitlab.com> | 2016-11-05 06:43:05 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-11-05 06:43:05 +0000 |
commit | 50f3fd49a26d04f92246407b7bafccaf89567dae (patch) | |
tree | f62ad202d6d1fe06b16e97f10707614a3911195a /features/snippets/public_snippets.feature | |
parent | 09f4af04c6672f7e2d1584f9940a3d9ff53a4a4f (diff) | |
parent | 27528d4490804c4bf5e16f44d12f9825cf7c6cef (diff) | |
download | gitlab-ce-50f3fd49a26d04f92246407b7bafccaf89567dae.tar.gz |
Merge branch 'move-public-snippets-feature-to-rspec' into 'master'
Move Spinach public snippet feature test to RSpec feature
See #23036
See merge request !7256
Diffstat (limited to 'features/snippets/public_snippets.feature')
-rw-r--r-- | features/snippets/public_snippets.feature | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/features/snippets/public_snippets.feature b/features/snippets/public_snippets.feature deleted file mode 100644 index c2afb63b6d8..00000000000 --- a/features/snippets/public_snippets.feature +++ /dev/null @@ -1,10 +0,0 @@ -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" - - 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" |