X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1a5161a9c803d88c72456fa80ad79e6141e1d7ce..a3618d2b5fcb991fef7786fbbbfd6d3e0ac88d28:/test/factories/diary_comments.rb diff --git a/test/factories/diary_comments.rb b/test/factories/diary_comments.rb index 810bd2f7a..2d54f273e 100644 --- a/test/factories/diary_comments.rb +++ b/test/factories/diary_comments.rb @@ -3,8 +3,6 @@ FactoryGirl.define do sequence(:body) { |n| "This is diary comment #{n}" } diary_entry - - # Fixme requires User Factory - user_id 1 + user end end