- assert_not Message.find(unread_message.id).message_read
-
- # Check that the marking a message read via XHR works
- post message_mark_path(:message_id => unread_message, :mark => "read"), :xhr => true
- assert_response :success
- assert_template "mark"
- assert Message.find(unread_message.id).message_read