Sha256: 3e27ffd2974fc119809fb96879c02e6c4b89fee0a0b8e327223d38fe6ee7988d
Contents?: true
Size: 263 Bytes
Versions: 2
Compression:
Stored size: 263 Bytes
Contents
FactoryBot.define do factory :cmor_tags_tagging, class: Cmor::Tags::Tagging do association :taggable, factory: Cmor::Tags::Configuration.taggable_factory_name association :tag, factory: :cmor_tags_tag, strategy: :create context { 'tags' } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cmor_tags-0.0.60.pre | spec/factories/cmor_tags_taggings.rb |
cmor_tags-0.0.59.pre | spec/factories/cmor_tags_taggings.rb |