Adding csv import
This commit is contained in:
41
test/fixtures/paypal_csvs.yml
vendored
Normal file
41
test/fixtures/paypal_csvs.yml
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
||||
|
||||
one:
|
||||
date: MyString
|
||||
_time: MyString
|
||||
_time_zone: MyString
|
||||
_name: MyString
|
||||
_type: MyString
|
||||
_status: MyString
|
||||
_currency: MyString
|
||||
_gross: MyString
|
||||
_fee: MyString
|
||||
_net: MyString
|
||||
_from_email_address: MyString
|
||||
_to_email_address: MyString
|
||||
_transaction_id: MyString
|
||||
_counterparty_status: MyString
|
||||
_address_status: MyString
|
||||
_item_title: MyString
|
||||
_item_id: MyString
|
||||
string: MyString
|
||||
|
||||
two:
|
||||
date: MyString
|
||||
_time: MyString
|
||||
_time_zone: MyString
|
||||
_name: MyString
|
||||
_type: MyString
|
||||
_status: MyString
|
||||
_currency: MyString
|
||||
_gross: MyString
|
||||
_fee: MyString
|
||||
_net: MyString
|
||||
_from_email_address: MyString
|
||||
_to_email_address: MyString
|
||||
_transaction_id: MyString
|
||||
_counterparty_status: MyString
|
||||
_address_status: MyString
|
||||
_item_title: MyString
|
||||
_item_id: MyString
|
||||
string: MyString
|
||||
7
test/unit/paypal_csv_test.rb
Normal file
7
test/unit/paypal_csv_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class PaypalCsvTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Reference in New Issue
Block a user