Sha256: 6a0a36c799909f33968a768b9917627470b407229899bf7fb3b72d066e758b30

Contents?: true

Size: 144 Bytes

Versions: 1

Compression:

Stored size: 144 Bytes

Contents

FactoryGirl.define do
  factory :payment, class: 'Fe::Payment' do
    association :application
    payment_type 'String'
    amount 1
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fe-0.0.4 spec/factories/payments.rb