Sha256: 42f71b76636733da3afb4c35715ae979e74bd0ebd02517f163343894f8bb47ce

Contents?: true

Size: 235 Bytes

Versions: 4

Compression:

Stored size: 235 Bytes

Contents

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

FactoryGirl.define do
  factory :raw_transaction, :class => 'AuthNetReceiver::RawTransaction' do
    is_processed false
    is_authentic false
    data ""
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
auth_net_receiver-1.0.1 spec/factories/auth_net_receiver_raw_transactions.rb
auth_net_receiver-1.0.beta3 spec/factories/auth_net_receiver_raw_transactions.rb
auth_net_receiver-1.0.beta2 spec/factories/auth_net_receiver_raw_transactions.rb
auth_net_receiver-1.0.beta1 spec/factories/auth_net_receiver_raw_transactions.rb