unused code in signin test

This commit is contained in:
Kyle Drake 2015-01-19 10:28:36 -08:00
parent 73f29bf9cc
commit 54a5a8b30f

View file

@ -9,11 +9,6 @@ describe 'signin' do
fill_in 'password', with: @site[:password] fill_in 'password', with: @site[:password]
end end
def fill_in_valid_signup
fill_in_valid
fill_in 'email', with: @site[:email]
end
before do before do
Capybara.reset_sessions! Capybara.reset_sessions!
end end