1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 16:53:23 -05:00
BikeShed-1/spec/factories/bike_brands.rb
2014-03-08 15:03:52 -05:00

6 lines
98 B
Ruby

FactoryGirl.define do
factory :bike_brand do
brand {Faker::Commerce.product_name}
end
end