Sha256: 81c71595c45264a9f0bbc3f66346ee004f56d8bbec104f411f49c31e0344e06e
Contents?: true
Size: 189 Bytes
Versions: 32
Compression:
Stored size: 189 Bytes
Contents
FactoryGirl.define do factory :chapter do sequence(:title) { |n| "Chapter #{n}" } text 'Some awesome text for great test' sample_html '<strong>heavy</strong> words' end end
Version data entries
32 entries across 32 versions & 1 rubygems