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

Version Path
knowledge_base-0.2.0 spec/factories/knowledge_base_sectionables_links_links.rb
knowledge_base-0.1.0 spec/factories/knowledge_base_sectionables_links_links.rb
knowledge_base-0.0.3 spec/factories/knowledge_base_sectionables_links_links.rb