X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/08292292f09723806e4ca61b93106020e9c5a354..43d60108daf5f097b81afd2200273713e244b9b7:/test/controllers/users/diary_comments_controller_test.rb diff --git a/test/controllers/users/diary_comments_controller_test.rb b/test/controllers/users/diary_comments_controller_test.rb index 0145153e5..372cc3282 100644 --- a/test/controllers/users/diary_comments_controller_test.rb +++ b/test/controllers/users/diary_comments_controller_test.rb @@ -33,7 +33,7 @@ module Users get user_diary_comments_path(user) assert_response :success assert_template :index - assert_select "h4", :html => "No diary comments" + assert_select "h4", :html => "No comments" # Test a user with a comment create(:diary_comment, :user => other_user)