From 84c802d1a9647e967b96454ab8eab6dad65a97dd Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 10 Jan 2015 16:51:28 +0000 Subject: [PATCH] Use correct URL --- test/integration/user_creation_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/user_creation_test.rb b/test/integration/user_creation_test.rb index d2dd0564e..0efe2e1a7 100644 --- a/test/integration/user_creation_test.rb +++ b/test/integration/user_creation_test.rb @@ -135,7 +135,7 @@ class UserCreationTest < ActionDispatch::IntegrationTest assert_response :success assert_template 'user/confirm' - post "user/#{display_name}/confirm", { :confirm_string => confirm_string } + post "/user/#{display_name}/confirm", { :confirm_string => confirm_string } assert_response :redirect follow_redirect! assert_response :success -- 2.43.2