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/ecloudusers.rb

29 lines
550 B

FactoryGirl.define do
factory :eclouduser do
applyno "MyString"
ecordercoder "MyString"
string "MyString"
opttype ""
trial false
bossorderid "MyString"
custid ""
custcod "MyString"
string "MyString"
custtype ""
registersource ""
custname "MyString"
userid ""
username "MyString"
useralias "MyString"
moblile "MyString"
email "MyString"
productcode "MyString"
begintime ""
endtime ""
key "MyString"
value "MyString"
opttype ""
code "MyString"
end
end