From 54a5a8b30fb1cad6197e07199a12bc0deece5f17 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Mon, 19 Jan 2015 10:28:36 -0800 Subject: [PATCH] unused code in signin test --- tests/acceptance/signin_tests.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/acceptance/signin_tests.rb b/tests/acceptance/signin_tests.rb index 969d274b..83c2198b 100644 --- a/tests/acceptance/signin_tests.rb +++ b/tests/acceptance/signin_tests.rb @@ -9,11 +9,6 @@ describe 'signin' do fill_in 'password', with: @site[:password] end - def fill_in_valid_signup - fill_in_valid - fill_in 'email', with: @site[:email] - end - before do Capybara.reset_sessions! end