Sha256: 67736ff3121336e120c37d1adfc52cd3fc9e363338c4fd70f6cfbf160b877ad5

Contents?: true

Size: 114 Bytes

Versions: 13

Compression:

Stored size: 114 Bytes

Contents

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
activity_notification-1.4.3 spec/factories/comments.rb
activity_notification-1.4.2 spec/factories/comments.rb
activity_notification-1.4.1 spec/factories/comments.rb
activity_notification-1.4.0 spec/factories/comments.rb
activity_notification-1.3.0 spec/factories/comments.rb
activity_notification-1.2.1 spec/factories/comments.rb
activity_notification-1.2.0 spec/factories/comments.rb
activity_notification-1.1.0 spec/factories/comments.rb
activity_notification-1.0.2 spec/factories/comments.rb
activity_notification-1.0.1 spec/factories/comments.rb
activity_notification-1.0.0 spec/factories/comments.rb
activity_notification-0.0.10 spec/factories/comments.rb
activity_notification-0.0.9 spec/factories/comments.rb