expect(page).tohave_content(public_snippet.content)endscenario'Unauthenticated user should see raw public snippets'dopublic_snippet=create(:personal_snippet,:public)visitraw_snippet_path(public_snippet)expect(page).tohave_content(public_snippet.content)endend