Sha256: 4266b90521d556a124c38d66e54944fc748b2344fd6068c6f7815f371809e070
Contents?: true
Size: 231 Bytes
Versions: 7
Compression:
Stored size: 231 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :tool do name { Faker::Lorem.words(number: [*1..3].sample).join(' ').titleize } description { Faker::Lorem.paragraph } composition { 'cast iron' } end end
Version data entries
7 entries across 7 versions & 1 rubygems