From 4a072e5cd2b53b74261d57f7106328dd55fdbfb8 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Wed, 25 Jun 2014 17:07:30 -0500 Subject: [PATCH] * eek - removed something by accident in sign_in --- web/spec/support/utilities.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/web/spec/support/utilities.rb b/web/spec/support/utilities.rb index 2c8737e06..081cca030 100644 --- a/web/spec/support/utilities.rb +++ b/web/spec/support/utilities.rb @@ -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"