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.
pgfqe6ch8/spec/factories/eclouds.rb

24 lines
371 B

FactoryGirl.define do
factory :ecloud do
applyno "MyString"
string "MyString"
ecordercode "MyString"
opttype 1
trial false
bossorderid "MyString"
custid 1
custcode "MyString"
registersource 1
custtype 1
custname "MyString"
userid 1
username "MyString"
useralias "MyString"
mobile "MyString"
productcode "MyString"
begintime "MyString"
endtime "MyString"
end
end