Sha256: deee8e9949ccc83e25559fc8ed12666bdc989f9e124a35d89daec4c175f46bb1
Contents?: true
Size: 302 Bytes
Versions: 3
Compression:
Stored size: 302 Bytes
Contents
# Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :knowledge_base_category_article_association, aliases: [:category_article_association], class: 'KnowledgeBase::CategoryArticleAssociation' do category nil article nil position 1 end end
Version data entries
3 entries across 3 versions & 1 rubygems