Skip to content

Instantly share code, notes, and snippets.

@vinibaggio
Created October 16, 2010 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinibaggio/630145 to your computer and use it in GitHub Desktop.
Save vinibaggio/630145 to your computer and use it in GitHub Desktop.
def sign_in_with(user = Factory(:user))
visit '/users/sign_in'
fill_in "Email", :with => user.email
fill_in "Password", :with => user.password
click_button 'Sign in'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment