From 70f549e92a6308b94cd024b9e3e7603fa87d8005 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Thu, 22 May 2014 11:46:06 +1000 Subject: [PATCH] Patching our modified admin login --- spec/support/request/authentication_workflow.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/support/request/authentication_workflow.rb b/spec/support/request/authentication_workflow.rb index b7975ac7ec..add8de9f28 100644 --- a/spec/support/request/authentication_workflow.rb +++ b/spec/support/request/authentication_workflow.rb @@ -34,6 +34,7 @@ module AuthenticationWorkflow admin_user.spree_roles << admin_role quick_login_as admin_user + visit spree.admin_path end def create_enterprise_user(enterprises = [])