add payment tests

This commit is contained in:
Rishabh Saxena 2016-07-27 19:44:55 +05:30
parent a5bb038f61
commit 7b23018a06
2 changed files with 53 additions and 0 deletions

View file

@ -0,0 +1,9 @@
FactoryGirl.define do
factory :payment do
user
conference
last4 4242
authorization_code 1234567890
amount 10
end
end