use full_name instead of first and last name, test changes, schema improvements
This commit is contained in:
parent
f00e051eff
commit
6d8605073f
10 changed files with 25 additions and 81 deletions
|
|
@ -2,8 +2,7 @@ FactoryGirl.define do
|
|||
factory :payment do
|
||||
user
|
||||
conference
|
||||
first_name { "#{Faker::Hipster.word} abc" }
|
||||
last_name { "#{Faker::Hipster.word} xyz" }
|
||||
full_name { Faker::Hipster.word.to_s }
|
||||
credit_card_number '4242424242424111'
|
||||
card_verification_value '123'
|
||||
expiration_month 6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue