X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/08292292f09723806e4ca61b93106020e9c5a354..420d9da1f98ee167a351828b2f20d3f1f0e164e7:/test/controllers/users/diary_comments_controller_test.rb?ds=sidebyside 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)