]> git.openstreetmap.org Git - rails.git/blobdiff - test/integration/user_changeset_comments_test.rb
Move confirmation methods into ConfirmationsController
[rails.git] / test / integration / user_changeset_comments_test.rb
index 5f655c4811ebb7856ff988a9622b5c5acf5baf20..2483f1543293ab5346eac636431f7bfa787a1ea7 100644 (file)
@@ -30,7 +30,7 @@ class UserChangesetCommentsTest < ActionDispatch::IntegrationTest
     follow_redirect!
     # We should now be at the login page
     assert_response :success
-    assert_template "user/login"
+    assert_template "sessions/new"
     # We can now login
     post "/login", :params => { "username" => user.email, "password" => "test" }
     assert_response :redirect