* eek - removed something by accident in sign_in

This commit is contained in:
Seth Call 2014-06-25 17:07:30 -05:00
parent 8ad10a2ce0
commit 4a072e5cd2
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ def sign_in_poltergeist(user, options = {})
validate = true if validate.nil?
visit signin_path
fill_in "Email Address:", with: user.email
fill_in "Password:", with: user.password
click_button "SIGN IN"