Sha256: a3fe1fd4a438255284b7a6b3cb86fd948a07c3b236bbc04c2be4ea9db75f9154

Contents?: true

Size: 181 Bytes

Versions: 4

Compression:

Stored size: 181 Bytes

Contents

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

FactoryGirl.define do
  factory :transactionable_remote_credit_card, :class => 'RemoteCreditCard' do
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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