FactoryBot.define do factory :log do date { "2016-07-06 20:13:14" } rating { 1 } association :source_recipe, factory: :recipe recipe user end end