Sha256: ed9904ad119c81443ce9c91997eb27404235a380a58ed27e21d565860c65105d

Contents?: true

Size: 220 Bytes

Versions: 29

Compression:

Stored size: 220 Bytes

Contents

# Read about factories at https://github.com/thoughtbot/factory_girl

FactoryGirl.define do
  factory :opay_payment, :class => 'Payment' do
    item nil
    session "MyString"
    amount 1.5
    finished false
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
opay-1.0.8 spec/factories/opay_payments.rb
opay-1.0.7 spec/factories/opay_payments.rb
opay-1.0.6 spec/factories/opay_payments.rb
opay-1.0.5 spec/factories/opay_payments.rb
opay-1.0.4 spec/factories/opay_payments.rb
opay-1.0.3 spec/factories/opay_payments.rb
opay-1.0.1 spec/factories/opay_payments.rb
opay-1.0.0 spec/factories/opay_payments.rb
opay-1.0.0.beta spec/factories/opay_payments.rb