Sha256: f93fb6a65509a8e955a169bfe01827cc7422c61f132cfcc06b6ece8edba16e73
Contents?: true
Size: 294 Bytes
Versions: 14
Compression:
Stored size: 294 Bytes
Contents
FactoryGirl.define do factory :account, :class => 'PlaidRails::Account' do access_token "test_wells" plaid_type "wells" name "Wells Fargo Credit Card" plaid_id "nban4wnPKEtnmEpaKzbYFYQvA7D7pnCaeDBMy" owner_type "User" owner_id 1 bank_name "Wells Fargo" end end
Version data entries
14 entries across 14 versions & 1 rubygems