This commit is contained in:
John N. Milner
2013-04-04 22:27:54 -04:00
parent a7b8651314
commit 55fbd06305
9 changed files with 15 additions and 9 deletions
+3
View File
@@ -2,6 +2,9 @@
FactoryGirl.define do
factory :bike do
sequence :shop_id do |n|
"Shop ID #{n}"
end
sequence :serial_number do |n|
"S/N# #{n}"
end