gitlab-org--gitlab-foss/features/steps
Douwe Maan b2eef41d41 Merge branch 'fix-error-500-internal-snippet' into 'master'
Fix Error 500 when one user attempts to access another's personal, internal snippet

### What does this MR do?

This MR fixes an Error 500 that occurred if one user tried to access another's personal, internal snippet. Steps to reproduce:

### Why was this MR needed?

1. Go to `<hostname>/snippets/new`.
2. Select "Internal".
3. Create a snippet. Save the URL (e.g. `<hostname>/snippets/20`)
4. Logout and sign in as another user.
5. Go to the URL in step 3.

### What are the relevant issue numbers?

Closes #1815

See merge request !854
2015-06-20 10:38:33 +00:00
..
admin Call `page.all` instead of `all` in feature steps 2015-06-12 05:12:42 -04:00
dashboard Call `page.all` instead of `all` in feature steps 2015-06-12 05:12:42 -04:00
explore Call `page.all` instead of `all` in feature steps 2015-06-12 05:12:42 -04:00
profile Merge branch 'applications_form' into 'master' 2015-06-16 11:50:13 +00:00
project Remove "Multiselect Blob" feature specs 2015-06-19 04:31:24 -04:00
shared Fix Error 500 when one user attempts to access a personal, internal snippet 2015-06-19 21:23:46 -07:00
snippets Fix Error 500 when one user attempts to access a personal, internal snippet 2015-06-19 21:23:46 -07:00
groups.rb Change `within` to `page.within` in feature steps 2015-06-12 05:12:42 -04:00
invites.rb Add spinach tests around accepting and declining invitations. 2015-04-14 18:04:29 +02:00
search.rb Change `within` to `page.within` in feature steps 2015-06-12 05:12:42 -04:00
snippet_search.rb Update all `should`-style syntax to `expect` in features 2015-06-12 05:12:09 -04:00
user.rb Change `within` to `page.within` in feature steps 2015-06-12 05:12:42 -04:00