Created
August 28, 2012 14:57
-
-
Save greggroth/3498768 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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