Skip to content

Instantly share code, notes, and snippets.

@greggroth
Created August 28, 2012 14:57
Show Gist options
  • Save greggroth/3498768 to your computer and use it in GitHub Desktop.
Save greggroth/3498768 to your computer and use it in GitHub Desktop.
fill_in "Username", with: "test_user"
fill_in "Password", with: "secret"
click_button "Login"
page.should have_content "Signed in!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment