Last active
December 16, 2015 22:29
-
-
Save wesgarrison/5507124 to your computer and use it in GitHub Desktop.
swedish chef
This file contains hidden or 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
it "should be able login as a user" do | |
visit '/' | |
page.should have_content "Log In Here" | |
fill_in 'email', :with => user.email | |
fill_in 'password', :with => 'Password1' | |
click_button 'Log in' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment