X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0f25285ab6f59b42535b21305cfcca00a285f028..7c98880700dec60394a299e1219a1764fdad427a:/test/functional/user_controller_test.rb diff --git a/test/functional/user_controller_test.rb b/test/functional/user_controller_test.rb index d68f1f883..8d90b2bcf 100644 --- a/test/functional/user_controller_test.rb +++ b/test/functional/user_controller_test.rb @@ -10,7 +10,7 @@ class UserControllerTest < ActionController::TestCase assert_select "html:root", :count => 1 do assert_select "head", :count => 1 do - assert_select "title", :text => /create account/, :count => 1 + assert_select "title", :text => /Create account/, :count => 1 end assert_select "body", :count => 1 do assert_select "div#content", :count => 1 do