- anonymous_comment = create(:note_comment)
- assert_nil anonymous_comment.note.author
- comment = create(:note_comment, :author_id => users(:normal_user).id)
+ comment = create(:note_comment)
+ assert_nil comment.note.author
+
+ comment = create(:note_comment, :author => users(:normal_user))