From 7a083ec18ad830c3ac35ca92dcfd320be57e18d3 Mon Sep 17 00:00:00 2001 From: Shaun McDonald Date: Sun, 31 May 2009 22:41:57 +0000 Subject: [PATCH 1/1] fix to the diary entry test --- test/functional/diary_entry_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/diary_entry_controller_test.rb b/test/functional/diary_entry_controller_test.rb index 90539242e..709404045 100644 --- a/test/functional/diary_entry_controller_test.rb +++ b/test/functional/diary_entry_controller_test.rb @@ -16,7 +16,7 @@ class DiaryEntryControllerTest < ActionController::TestCase #print @response.to_yaml assert_select "html:root", :count => 1 do assert_select "head", :count => 1 do - assert_select "title", :text => /New diary entry/, :count => 1 + assert_select "title", :text => /New Diary Entry/, :count => 1 end assert_select "body", :count => 1 do assert_select "div#content", :count => 1 do -- 2.43.2