mirror of https://github.com/fspc/BikeShed-1.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
212 B
13 lines
212 B
11 years ago
|
FactoryGirl.define do
|
||
|
factory :bike_wheel_size do
|
||
|
twmm 40
|
||
|
rdmm 635
|
||
|
twin "1 1/2 [1 3/8]"
|
||
|
rdin 28
|
||
|
twfr "38B [35B]"
|
||
|
rdfr 700
|
||
|
description "a big wheel"
|
||
|
tire_common_score 1
|
||
|
end
|
||
|
end
|