Skip to content

Instantly share code, notes, and snippets.

@eduardordm
Created July 24, 2011 04:33
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 eduardordm/1102248 to your computer and use it in GitHub Desktop.
Save eduardordm/1102248 to your computer and use it in GitHub Desktop.
:P
before (:each) do
visit new_user_session_path
fill_in 'user_login', :with => 'OhMyTest'
fill_in 'user_password', :with => 'xix2x3xi'
click_button "user_submit"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment