mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
Experimenting with Netzke/ ExtJS
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
FactoryGirl.define do
|
||||
factory :user_profile do
|
||||
user_id 1
|
||||
bike_id 1
|
||||
addrStreet1 "Charles Street"
|
||||
addrStreet2 "Apt #42"
|
||||
addrCity "Baltimore"
|
||||
addrState "MD"
|
||||
addrZip "21231"
|
||||
phone "(410)8675309"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user