]> git.openstreetmap.org Git - rails.git/blobdiff - test/functional/diary_entry_controller_test.rb
fix to the diary entry test
[rails.git] / test / functional / diary_entry_controller_test.rb
index 6189df30290431a9d35d3e28cc15cdfe6a4d2f5b..90539242ebcef08a0814b8d42f3ef8c258306ead 100644 (file)
@@ -20,7 +20,7 @@ class DiaryEntryControllerTest < ActionController::TestCase
       end
       assert_select "body", :count => 1 do
         assert_select "div#content", :count => 1 do
       end
       assert_select "body", :count => 1 do
         assert_select "div#content", :count => 1 do
-          assert_select "h1", "New diary entry", :count => 1
+          assert_select "h1", "New Diary Entry", :count => 1
           # We don't care about the layout, we just care about the form fields
           # that are available
           assert_select "form[action='/diary_entry/new']", :count => 1 do
           # We don't care about the layout, we just care about the form fields
           # that are available
           assert_select "form[action='/diary_entry/new']", :count => 1 do