]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/users/diary_comments_controller_test.rb
Add tabbed navigation to user's diary comments page
[rails.git] / test / controllers / users / diary_comments_controller_test.rb
index 0145153e55bda4695dc478ca6f76c0e2ec2c4070..372cc32821d9402af328898c243600d1c9a32a32 100644 (file)
@@ -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)