diff --git a/spec/support/request/authentication_helper.rb b/spec/support/request/authentication_helper.rb index c60f7b92ba..cde0e51912 100644 --- a/spec/support/request/authentication_helper.rb +++ b/spec/support/request/authentication_helper.rb @@ -1,10 +1,6 @@ module AuthenticationHelper include Warden::Test::Helpers - def login_as(user) - login_as user - end - def login_as_admin admin_role = Spree::Role.find_or_create_by!(name: 'admin') admin_user = create(:user,