Skip to content

Instantly share code, notes, and snippets.

@codebryo
Last active December 9, 2016 13:36
Show Gist options
  • Save codebryo/9920bb833326a8fed49ae15d94062ffb to your computer and use it in GitHub Desktop.
Save codebryo/9920bb833326a8fed49ae15d94062ffb to your computer and use it in GitHub Desktop.
Capybara Cheat Sheet
#
# Navigating to pages
#
visit '/account'
visit account_path(account)
#
# Assertions (URL)
#
expect(page).to have_current_path('user/edit')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment