On Thu, 2010-09-09 at 17:26 +0200, [email protected] wrote: > From: Jozef Zigmund <[email protected]> > > This patch changes redirection from dashboard_url route to root_url, because > user did not see navigation buttons in header's part of site after login. > This patch repairs it. > --- > src/app/controllers/user_sessions_controller.rb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-)
Conditional ACK if you fix the authentication feature. All that needs to be done is to amend this patch to fix line 47, so it reads: 'And I should be on the home page' Then if you run: $ cucumber features/authentication.feature it should pass. -j _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
