mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-02-28 16:53:23 -05:00
6 lines
82 B
Ruby
6 lines
82 B
Ruby
|
FactoryGirl.define do
|
||
|
factory :bike_condition do
|
||
|
condition "POOR"
|
||
|
end
|
||
|
end
|