diff --git a/test/factories/note_comments.rb b/test/factories/note_comments.rb index 741134fa17..da51c02281 100644 --- a/test/factories/note_comments.rb +++ b/test/factories/note_comments.rb @@ -4,9 +4,5 @@ visible { true } event { "opened" } note - - after(:create) do |note_comment| - note_comment.note.update(:description => note_comment.body) - end end end