Sha256: 69f708ffda1c19c1d8c7931d70a6b295b2bfb1d165e3b5d4acdde4d44a23b51f
Contents?: true
Size: 421 Bytes
Versions: 11
Compression:
Stored size: 421 Bytes
Contents
Page.blueprint do page_title { Faker::Lorem.words(5) * ' ' } content { 'Some content' } end NavItem.blueprint do kind { 'Primary' } url { Faker::Lorem.words(5) * '_' } link_text { Faker::Lorem.words(5) * ' ' } link_title { Faker::Lorem.words(5) * ' ' } end Site.blueprint do name { Faker::Lorem.words(5) * ' ' } domain { "www#{rand(1000)}.#{Faker::Internet.domain_name}" } end
Version data entries
11 entries across 11 versions & 1 rubygems