]> git.openstreetmap.org Git - rails.git/commitdiff
fix to the diary entry test
authorShaun McDonald <shaun@shaunmcdonald.me.uk>
Sun, 31 May 2009 22:36:37 +0000 (22:36 +0000)
committerShaun McDonald <shaun@shaunmcdonald.me.uk>
Sun, 31 May 2009 22:36:37 +0000 (22:36 +0000)
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
-          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