Sha256: a6373512e63837da20dc7bf485e45ebc9d45327d700f3a35b672e913bd3d14af

Contents?: true

Size: 113 Bytes

Versions: 21

Compression:

Stored size: 113 Bytes

Contents

FactoryBot.define do
  factory :comment do
    article
    association :user, factory: :confirmed_user
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
activity_notification-2.3.2 spec/factories/comments.rb
activity_notification-2.3.1 spec/factories/comments.rb
activity_notification-2.3.0 spec/factories/comments.rb
activity_notification-2.2.4 spec/factories/comments.rb
activity_notification-2.2.3 spec/factories/comments.rb
activity_notification-2.2.2 spec/factories/comments.rb
activity_notification-2.2.1 spec/factories/comments.rb
activity_notification-2.2.0 spec/factories/comments.rb
activity_notification-2.1.4 spec/factories/comments.rb
activity_notification-2.1.3 spec/factories/comments.rb
activity_notification-2.1.2 spec/factories/comments.rb
activity_notification-2.1.1 spec/factories/comments.rb
activity_notification-2.1.0 spec/factories/comments.rb
activity_notification-2.0.0 spec/factories/comments.rb
activity_notification-1.7.1 spec/factories/comments.rb
activity_notification-1.7.0 spec/factories/comments.rb
activity_notification-1.6.1 spec/factories/comments.rb
activity_notification-1.6.0 spec/factories/comments.rb
activity_notification-1.5.1 spec/factories/comments.rb
activity_notification-1.5.0 spec/factories/comments.rb