Skip to content

Instantly share code, notes, and snippets.

@krisf
Created April 15, 2012 16:52
Show Gist options
  • Save krisf/2393818 to your computer and use it in GitHub Desktop.
Save krisf/2393818 to your computer and use it in GitHub Desktop.
user = Factory(:user, :role => "admin")
visit new_user_session_path
fill_in "user_email", :with => user.email
fill_in "user_password", :with => "foobar"
click_button "Sign"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment