]> git.openstreetmap.org Git - rails.git/blobdiff - test/functional/user_controller_test.rb
Make a few more things translatable.
[rails.git] / test / functional / user_controller_test.rb
index d68f1f883354a6607452d1f4ca1faf8db775dbe6..8d90b2bcfd84f8811f8cf5daca8a0d07be409949 100644 (file)
@@ -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