Sha256: 9b559cfeb3272083139bd4de94c6264cd488f9d5b842a0d8726b16be08677404

Contents?: true

Size: 197 Bytes

Versions: 4

Compression:

Stored size: 197 Bytes

Contents

FactoryGirl.define do
  factory :page_content, class: Thesis::PageContent do
    name "Content Block"
    content "<h1>Some Header</h1><p>A little paragraph.</p>"
    content_type "html"
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
thesis-0.1.3 spec/factories/page_contents.rb
thesis-0.1.1 spec/factories/page_contents.rb
thesis-0.1.0 spec/factories/page_contents.rb
thesis-0.0.4 spec/factories/page_contents.rb