Sha256: 78298939f7789109fad3eff5fcad8475c3d59c10003e45f406d9455a5ff9183b
Contents?: true
Size: 496 Bytes
Versions: 30
Compression:
Stored size: 496 Bytes
Contents
FactoryGirl.define do factory :mno_enterprise_impac_dashboard, :class => 'Impac::Dashboard' do factory :impac_dashboard, class: MnoEnterprise::Impac::Dashboard do sequence(:id) { |n| n } sequence(:name) { |n| "Random Dashboard #{n}" } # Problem with polymorphic association ?... # owner { build(:user).attributes } # Properly build the resource with Her initialize_with { new(attributes).tap { |e| e.clear_attribute_changes! } } end end end
Version data entries
30 entries across 30 versions & 1 rubygems