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