Use correct URL

This commit is contained in:
Tom Hughes 2015-01-10 16:51:28 +00:00
parent 75a32ff879
commit 84c802d1a9

View file

@ -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