Sha256: 327d6a2690fc8bb08d87ab012aa2af4b9850f40c01cfe5165e2e7cf03fbc7354

Contents?: true

Size: 159 Bytes

Versions: 4

Compression:

Stored size: 159 Bytes

Contents

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

FactoryGirl.define do
  factory :transactionable_refund, :class => 'Refund' do
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
transactionable-0.3.1 spec/factories/transactionable_refunds.rb
transactionable-0.3.0 spec/factories/transactionable_refunds.rb
transactionable-0.2.0 spec/factories/transactionable_refunds.rb
transactionable-0.1.0 spec/factories/transactionable_refunds.rb