class ReportNoteTest < ApplicationSystemTestCase
def test_no_link_when_not_logged_in
note = create(:note_with_comments)
class ReportNoteTest < ApplicationSystemTestCase
def test_no_link_when_not_logged_in
note = create(:note_with_comments)
end
def test_can_report_anonymous_notes
note = create(:note_with_comments)
sign_in_as(create(:user))
end
def test_can_report_anonymous_notes
note = create(:note_with_comments)
sign_in_as(create(:user))