From: Shaun McDonald Date: Sun, 31 May 2009 22:36:37 +0000 (+0000) Subject: fix to the diary entry test X-Git-Tag: live~7319 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b031feeb4b0e5e4b5bf77e71eaca91e62a5ff7c2 fix to the diary entry test --- diff --git a/test/functional/diary_entry_controller_test.rb b/test/functional/diary_entry_controller_test.rb index 6189df302..90539242e 100644 --- a/test/functional/diary_entry_controller_test.rb +++ b/test/functional/diary_entry_controller_test.rb @@ -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