Sha256: ec05130e73ee97f8ff50f59c1ced0b1bbb80432277ab22bf4513a2b68d8adca6
Contents?: true
Size: 166 Bytes
Versions: 22
Compression:
Stored size: 166 Bytes
Contents
module Pageflow FactoryBot.define do factory :test_revision_component, class: 'Pageflow::TestRevisionComponent' do text { 'Some text' } end end end
Version data entries
22 entries across 22 versions & 1 rubygems