Skip to content

Instantly share code, notes, and snippets.

@balvig
Created April 24, 2019 06:46
Show Gist options
  • Save balvig/7310708f1446a8181f161978c4a7ba1e to your computer and use it in GitHub Desktop.
Save balvig/7310708f1446a8181f161978c4a7ba1e to your computer and use it in GitHub Desktop.
scenario "Viewing events" do
visit events_path
expect(page).to have_text "Grilled Aubergines"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment