mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-09 08:47:11 -05:00
6 lines
134 B
Ruby
6 lines
134 B
Ruby
FactoryBot.define do
|
|
factory :service do
|
|
name { FFaker::Color.name }
|
|
description { FFaker::Company.catch_phrase }
|
|
end
|
|
end
|