Sha256: 8c5861fdc14a8a21ec8367ca4ebae133d2573a910eedd9cd7cbb87e5efd0a13c
Contents?: true
Size: 265 Bytes
Versions: 3
Compression:
Stored size: 265 Bytes
Contents
# Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :knowledge_base_sectionables_links_link, aliases: [:links], class: 'Sectionables::Links::Link' do title "MyString" url "MyString" position 1 end end
Version data entries
3 entries across 3 versions & 1 rubygems