mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
9 lines
141 B
Ruby
9 lines
141 B
Ruby
FactoryGirl.define do
|
|
factory :payment do
|
|
user
|
|
conference
|
|
last4 4242
|
|
authorization_code 1234567890
|
|
amount 10
|
|
end
|
|
end
|