mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-03-01 01:03:23 -05:00
6 lines
98 B
Ruby
6 lines
98 B
Ruby
|
FactoryGirl.define do
|
||
|
factory :bike_brand do
|
||
|
brand {Faker::Commerce.product_name}
|
||
|
end
|
||
|
end
|