reckon 0.5.3 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ruby.yml +50 -0
- data/.gitignore +3 -0
- data/.ruby-version +1 -1
- data/CHANGELOG.md +77 -8
- data/Gemfile.lock +1 -5
- data/README.md +74 -21
- data/Rakefile +17 -1
- data/bin/build-new-version.sh +26 -0
- data/bin/reckon +6 -1
- data/lib/reckon.rb +2 -2
- data/lib/reckon/app.rb +140 -194
- data/lib/reckon/csv_parser.rb +8 -8
- data/lib/reckon/date_column.rb +10 -0
- data/lib/reckon/ledger_parser.rb +5 -1
- data/lib/reckon/money.rb +48 -48
- data/lib/reckon/options.rb +147 -0
- data/lib/reckon/version.rb +1 -1
- data/reckon.gemspec +1 -2
- data/spec/integration/another_bank_example/input.csv +9 -0
- data/spec/integration/another_bank_example/output.ledger +36 -0
- data/spec/integration/another_bank_example/test_args +1 -0
- data/spec/integration/austrian_example/input.csv +13 -0
- data/spec/integration/austrian_example/output.ledger +52 -0
- data/spec/integration/austrian_example/test_args +2 -0
- data/spec/integration/bom_utf8_file/input.csv +3 -0
- data/spec/integration/bom_utf8_file/output.ledger +4 -0
- data/spec/integration/bom_utf8_file/test_args +3 -0
- data/spec/integration/broker_canada_example/input.csv +12 -0
- data/spec/integration/broker_canada_example/output.ledger +48 -0
- data/spec/integration/broker_canada_example/test_args +1 -0
- data/spec/integration/chase/account_tokens_and_regex/output.ledger +36 -0
- data/spec/integration/chase/account_tokens_and_regex/test_args +2 -0
- data/spec/integration/chase/account_tokens_and_regex/tokens.yml +16 -0
- data/spec/integration/chase/default_account_names/output.ledger +36 -0
- data/spec/integration/chase/default_account_names/test_args +3 -0
- data/spec/integration/chase/input.csv +9 -0
- data/spec/integration/chase/learn_from_existing/learn.ledger +7 -0
- data/spec/integration/chase/learn_from_existing/output.ledger +36 -0
- data/spec/integration/chase/learn_from_existing/test_args +1 -0
- data/spec/integration/chase/simple/output.ledger +36 -0
- data/spec/integration/chase/simple/test_args +1 -0
- data/spec/integration/danish_kroner_nordea_example/input.csv +6 -0
- data/spec/integration/danish_kroner_nordea_example/output.ledger +24 -0
- data/spec/integration/danish_kroner_nordea_example/test_args +1 -0
- data/spec/integration/english_date_example/input.csv +3 -0
- data/spec/integration/english_date_example/output.ledger +12 -0
- data/spec/integration/english_date_example/test_args +1 -0
- data/spec/integration/extratofake/input.csv +24 -0
- data/spec/integration/extratofake/output.ledger +92 -0
- data/spec/integration/extratofake/test_args +1 -0
- data/spec/integration/french_example/input.csv +9 -0
- data/spec/integration/french_example/output.ledger +36 -0
- data/spec/integration/french_example/test_args +2 -0
- data/spec/integration/german_date_example/input.csv +3 -0
- data/spec/integration/german_date_example/output.ledger +12 -0
- data/spec/integration/german_date_example/test_args +1 -0
- data/spec/integration/harder_date_example/input.csv +5 -0
- data/spec/integration/harder_date_example/output.ledger +20 -0
- data/spec/integration/harder_date_example/test_args +1 -0
- data/spec/integration/ing/input.csv +3 -0
- data/spec/integration/ing/output.ledger +12 -0
- data/spec/integration/ing/test_args +1 -0
- data/spec/integration/intuit_mint_example/input.csv +7 -0
- data/spec/integration/intuit_mint_example/output.ledger +28 -0
- data/spec/integration/intuit_mint_example/test_args +1 -0
- data/spec/integration/invalid_header_example/input.csv +6 -0
- data/spec/integration/invalid_header_example/output.ledger +8 -0
- data/spec/integration/invalid_header_example/test_args +1 -0
- data/spec/integration/inversed_credit_card/input.csv +16 -0
- data/spec/integration/inversed_credit_card/output.ledger +64 -0
- data/spec/integration/inversed_credit_card/test_args +1 -0
- data/spec/integration/nationwide/input.csv +4 -0
- data/spec/integration/nationwide/output.ledger +16 -0
- data/spec/integration/nationwide/test_args +1 -0
- data/spec/integration/regression/issue_51_account_tokens/input.csv +8 -0
- data/spec/integration/regression/issue_51_account_tokens/output.ledger +32 -0
- data/spec/integration/regression/issue_51_account_tokens/test_args +4 -0
- data/spec/integration/regression/issue_51_account_tokens/tokens.yml +9 -0
- data/spec/integration/regression/issue_64_date_column/input.csv +3 -0
- data/spec/integration/regression/issue_64_date_column/output.ledger +8 -0
- data/spec/integration/regression/issue_64_date_column/test_args +1 -0
- data/spec/integration/regression/issue_73_account_token_matching/input.csv +2 -0
- data/spec/integration/regression/issue_73_account_token_matching/output.ledger +4 -0
- data/spec/integration/regression/issue_73_account_token_matching/test_args +6 -0
- data/spec/integration/regression/issue_73_account_token_matching/tokens.yml +8 -0
- data/spec/integration/regression/issue_85_date_example/input.csv +2 -0
- data/spec/integration/regression/issue_85_date_example/output.ledger +8 -0
- data/spec/integration/regression/issue_85_date_example/test_args +1 -0
- data/spec/integration/spanish_date_example/input.csv +3 -0
- data/spec/integration/spanish_date_example/output.ledger +12 -0
- data/spec/integration/spanish_date_example/test_args +1 -0
- data/spec/integration/suntrust/input.csv +7 -0
- data/spec/integration/suntrust/output.ledger +28 -0
- data/spec/integration/suntrust/test_args +1 -0
- data/spec/integration/test.sh +83 -0
- data/spec/integration/test_money_column/input.csv +3 -0
- data/spec/integration/test_money_column/output.ledger +8 -0
- data/spec/integration/test_money_column/test_args +1 -0
- data/spec/integration/two_money_columns/input.csv +5 -0
- data/spec/integration/two_money_columns/output.ledger +20 -0
- data/spec/integration/two_money_columns/test_args +1 -0
- data/spec/integration/yyyymmdd_date_example/input.csv +1 -0
- data/spec/integration/yyyymmdd_date_example/output.ledger +4 -0
- data/spec/integration/yyyymmdd_date_example/test_args +1 -0
- data/spec/reckon/app_spec.rb +25 -7
- data/spec/reckon/csv_parser_spec.rb +5 -0
- data/spec/reckon/ledger_parser_spec.rb +19 -4
- data/spec/reckon/money_column_spec.rb +24 -24
- data/spec/reckon/money_spec.rb +13 -32
- data/spec/reckon/options_spec.rb +17 -0
- data/spec/spec_helper.rb +6 -1
- metadata +98 -59
- data/.travis.yml +0 -13
data/spec/reckon/money_spec.rb
CHANGED
@@ -6,45 +6,26 @@ require 'rubygems'
|
|
6
6
|
require 'reckon'
|
7
7
|
|
8
8
|
describe Reckon::Money do
|
9
|
-
describe "
|
9
|
+
describe "parse" do
|
10
10
|
it "should handle currency indicators" do
|
11
|
-
expect(Reckon::Money
|
12
|
-
expect(Reckon::Money
|
13
|
-
expect(Reckon::Money
|
11
|
+
expect(Reckon::Money.new( "$2.00" )).to eq(2.00)
|
12
|
+
expect(Reckon::Money.new("-$1025.67")).to eq(-1025.67)
|
13
|
+
expect(Reckon::Money.new("$-1025.67")).to eq(-1025.67)
|
14
14
|
end
|
15
15
|
|
16
16
|
it "should handle the comma_separates_cents option correctly" do
|
17
|
-
expect(Reckon::Money
|
18
|
-
expect(Reckon::Money
|
19
|
-
expect(Reckon::Money
|
17
|
+
expect(Reckon::Money.new("$2,00", comma_separates_cents: true)).to eq(2.00)
|
18
|
+
expect(Reckon::Money.new("-$1025,67", comma_separates_cents: true)).to eq(-1025.67)
|
19
|
+
expect(Reckon::Money.new("$-1025,67", comma_separates_cents: true)).to eq(-1025.67)
|
20
20
|
end
|
21
21
|
|
22
22
|
it "should return 0 for an empty string" do
|
23
|
-
expect(Reckon::Money
|
23
|
+
expect(Reckon::Money.new("")).to eq(0)
|
24
24
|
end
|
25
25
|
|
26
26
|
it "should handle 1000 indicators correctly" do
|
27
|
-
expect(Reckon::Money
|
28
|
-
expect(Reckon::Money
|
29
|
-
end
|
30
|
-
|
31
|
-
it "should keep numbers together" do
|
32
|
-
expect(Reckon::Money::from_s("1A1")).to eq(1)
|
33
|
-
end
|
34
|
-
|
35
|
-
it "should prefer numbers with precision of two" do
|
36
|
-
expect(Reckon::Money::from_s("1A2.00")).to eq(2)
|
37
|
-
expect(Reckon::Money::from_s("2.00A1")).to eq(2)
|
38
|
-
end
|
39
|
-
|
40
|
-
it "should handle arbitrary prefixes and postfixes" do
|
41
|
-
expect(Reckon::Money::from_s("AB1.00C")).to eq(1)
|
42
|
-
expect(Reckon::Money::from_s("AB0C")).to eq(0)
|
43
|
-
expect(Reckon::Money::from_s("AB-2.00C")).to eq(-2)
|
44
|
-
end
|
45
|
-
|
46
|
-
it "should return nil if no numbers are found" do
|
47
|
-
expect(Reckon::Money::from_s("BAC")).to be_nil()
|
27
|
+
expect(Reckon::Money.new("$2.000,00", comma_separates_cents: true)).to eq(2000.00)
|
28
|
+
expect(Reckon::Money.new("-$1,025.67")).to eq(-1025.67)
|
48
29
|
end
|
49
30
|
end
|
50
31
|
|
@@ -60,14 +41,14 @@ describe Reckon::Money do
|
|
60
41
|
end
|
61
42
|
|
62
43
|
it "work with suffixed currencies such as SEK" do
|
63
|
-
expect(Reckon::Money.new(
|
64
|
-
expect(Reckon::Money.new(
|
44
|
+
expect(Reckon::Money.new(-20.00, currency: "SEK", suffixed: true).pretty).to eq("-20.00 SEK")
|
45
|
+
expect(Reckon::Money.new(1558.52, currency: "SEK", suffixed: true).pretty).to eq(" 1558.52 SEK")
|
65
46
|
end
|
66
47
|
end
|
67
48
|
|
68
49
|
describe "likelihood" do
|
69
50
|
it "should return the likelihood that a string represents money" do
|
70
|
-
expect(Reckon::Money::likelihood(
|
51
|
+
expect(Reckon::Money::likelihood("$20.00")).to eq(65)
|
71
52
|
end
|
72
53
|
|
73
54
|
it "should return neutral for empty string" do
|
@@ -0,0 +1,17 @@
|
|
1
|
+
require "spec_helper"
|
2
|
+
|
3
|
+
describe '#parse_opts' do
|
4
|
+
it 'should assign to :string option' do
|
5
|
+
options = Reckon::Options.parse(
|
6
|
+
%w[-f - --unattended --account bank],
|
7
|
+
StringIO.new('foo,bar,baz')
|
8
|
+
)
|
9
|
+
expect(options[:string]).to eq('foo,bar,baz')
|
10
|
+
end
|
11
|
+
|
12
|
+
it 'should require --unattended flag' do
|
13
|
+
expect { Reckon::Options.parse(%w[-f - --account bank]) }.to(
|
14
|
+
raise_error(RuntimeError, "--unattended is required to use STDIN as CSV source.")
|
15
|
+
)
|
16
|
+
end
|
17
|
+
end
|
data/spec/spec_helper.rb
CHANGED
@@ -16,13 +16,18 @@ public
|
|
16
16
|
def silence_output
|
17
17
|
# Store the original stderr and stdout in order to restore them later
|
18
18
|
@original_stdout = $stdout
|
19
|
+
@original_stderr = $stderr
|
19
20
|
|
20
21
|
# Redirect stderr and stdout
|
21
|
-
$
|
22
|
+
$stderr = File.new(File.join(File.dirname(__FILE__), 'test_log.txt'), 'w')
|
23
|
+
$stdout = $stderr
|
24
|
+
Reckon::LOGGER.reopen $stderr
|
22
25
|
end
|
23
26
|
|
24
27
|
# Replace stderr and stdout so anything else is output correctly
|
25
28
|
def enable_output
|
26
29
|
$stdout = @original_stdout
|
27
30
|
@original_stdout = nil
|
31
|
+
$stderr = @original_stderr
|
32
|
+
@original_stderr = nil
|
28
33
|
end
|
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: reckon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Cantino
|
8
8
|
- BlackEdder
|
9
9
|
- Ben Prew
|
10
|
-
autorequire:
|
10
|
+
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2021-02-06 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rspec
|
@@ -82,20 +82,6 @@ dependencies:
|
|
82
82
|
- - ">="
|
83
83
|
- !ruby/object:Gem::Version
|
84
84
|
version: 1.5.2
|
85
|
-
- !ruby/object:Gem::Dependency
|
86
|
-
name: terminal-table
|
87
|
-
requirement: !ruby/object:Gem::Requirement
|
88
|
-
requirements:
|
89
|
-
- - ">="
|
90
|
-
- !ruby/object:Gem::Version
|
91
|
-
version: 1.4.2
|
92
|
-
type: :runtime
|
93
|
-
prerelease: false
|
94
|
-
version_requirements: !ruby/object:Gem::Requirement
|
95
|
-
requirements:
|
96
|
-
- - ">="
|
97
|
-
- !ruby/object:Gem::Version
|
98
|
-
version: 1.4.2
|
99
85
|
- !ruby/object:Gem::Dependency
|
100
86
|
name: rchardet
|
101
87
|
requirement: !ruby/object:Gem::Requirement
|
@@ -115,21 +101,23 @@ description: Reckon automagically converts CSV files for use with the command-li
|
|
115
101
|
with the CSV data using Bayesian machine learning.
|
116
102
|
email: andrew@iterationlabs.com
|
117
103
|
executables:
|
104
|
+
- build-new-version.sh
|
118
105
|
- reckon
|
119
106
|
extensions: []
|
120
107
|
extra_rdoc_files: []
|
121
108
|
files:
|
122
109
|
- ".document"
|
110
|
+
- ".github/workflows/ruby.yml"
|
123
111
|
- ".gitignore"
|
124
112
|
- ".ruby-gemset"
|
125
113
|
- ".ruby-version"
|
126
|
-
- ".travis.yml"
|
127
114
|
- CHANGELOG.md
|
128
115
|
- Gemfile
|
129
116
|
- Gemfile.lock
|
130
117
|
- LICENSE
|
131
118
|
- README.md
|
132
119
|
- Rakefile
|
120
|
+
- bin/build-new-version.sh
|
133
121
|
- bin/reckon
|
134
122
|
- lib/reckon.rb
|
135
123
|
- lib/reckon/app.rb
|
@@ -139,6 +127,7 @@ files:
|
|
139
127
|
- lib/reckon/ledger_parser.rb
|
140
128
|
- lib/reckon/logger.rb
|
141
129
|
- lib/reckon/money.rb
|
130
|
+
- lib/reckon/options.rb
|
142
131
|
- lib/reckon/version.rb
|
143
132
|
- reckon.gemspec
|
144
133
|
- spec/data_fixtures/51-sample.csv
|
@@ -170,19 +159,106 @@ files:
|
|
170
159
|
- spec/data_fixtures/tokens.yaml
|
171
160
|
- spec/data_fixtures/two_money_columns.csv
|
172
161
|
- spec/data_fixtures/yyyymmdd_date_example.csv
|
162
|
+
- spec/integration/another_bank_example/input.csv
|
163
|
+
- spec/integration/another_bank_example/output.ledger
|
164
|
+
- spec/integration/another_bank_example/test_args
|
165
|
+
- spec/integration/austrian_example/input.csv
|
166
|
+
- spec/integration/austrian_example/output.ledger
|
167
|
+
- spec/integration/austrian_example/test_args
|
168
|
+
- spec/integration/bom_utf8_file/input.csv
|
169
|
+
- spec/integration/bom_utf8_file/output.ledger
|
170
|
+
- spec/integration/bom_utf8_file/test_args
|
171
|
+
- spec/integration/broker_canada_example/input.csv
|
172
|
+
- spec/integration/broker_canada_example/output.ledger
|
173
|
+
- spec/integration/broker_canada_example/test_args
|
174
|
+
- spec/integration/chase/account_tokens_and_regex/output.ledger
|
175
|
+
- spec/integration/chase/account_tokens_and_regex/test_args
|
176
|
+
- spec/integration/chase/account_tokens_and_regex/tokens.yml
|
177
|
+
- spec/integration/chase/default_account_names/output.ledger
|
178
|
+
- spec/integration/chase/default_account_names/test_args
|
179
|
+
- spec/integration/chase/input.csv
|
180
|
+
- spec/integration/chase/learn_from_existing/learn.ledger
|
181
|
+
- spec/integration/chase/learn_from_existing/output.ledger
|
182
|
+
- spec/integration/chase/learn_from_existing/test_args
|
183
|
+
- spec/integration/chase/simple/output.ledger
|
184
|
+
- spec/integration/chase/simple/test_args
|
185
|
+
- spec/integration/danish_kroner_nordea_example/input.csv
|
186
|
+
- spec/integration/danish_kroner_nordea_example/output.ledger
|
187
|
+
- spec/integration/danish_kroner_nordea_example/test_args
|
188
|
+
- spec/integration/english_date_example/input.csv
|
189
|
+
- spec/integration/english_date_example/output.ledger
|
190
|
+
- spec/integration/english_date_example/test_args
|
191
|
+
- spec/integration/extratofake/input.csv
|
192
|
+
- spec/integration/extratofake/output.ledger
|
193
|
+
- spec/integration/extratofake/test_args
|
194
|
+
- spec/integration/french_example/input.csv
|
195
|
+
- spec/integration/french_example/output.ledger
|
196
|
+
- spec/integration/french_example/test_args
|
197
|
+
- spec/integration/german_date_example/input.csv
|
198
|
+
- spec/integration/german_date_example/output.ledger
|
199
|
+
- spec/integration/german_date_example/test_args
|
200
|
+
- spec/integration/harder_date_example/input.csv
|
201
|
+
- spec/integration/harder_date_example/output.ledger
|
202
|
+
- spec/integration/harder_date_example/test_args
|
203
|
+
- spec/integration/ing/input.csv
|
204
|
+
- spec/integration/ing/output.ledger
|
205
|
+
- spec/integration/ing/test_args
|
206
|
+
- spec/integration/intuit_mint_example/input.csv
|
207
|
+
- spec/integration/intuit_mint_example/output.ledger
|
208
|
+
- spec/integration/intuit_mint_example/test_args
|
209
|
+
- spec/integration/invalid_header_example/input.csv
|
210
|
+
- spec/integration/invalid_header_example/output.ledger
|
211
|
+
- spec/integration/invalid_header_example/test_args
|
212
|
+
- spec/integration/inversed_credit_card/input.csv
|
213
|
+
- spec/integration/inversed_credit_card/output.ledger
|
214
|
+
- spec/integration/inversed_credit_card/test_args
|
215
|
+
- spec/integration/nationwide/input.csv
|
216
|
+
- spec/integration/nationwide/output.ledger
|
217
|
+
- spec/integration/nationwide/test_args
|
218
|
+
- spec/integration/regression/issue_51_account_tokens/input.csv
|
219
|
+
- spec/integration/regression/issue_51_account_tokens/output.ledger
|
220
|
+
- spec/integration/regression/issue_51_account_tokens/test_args
|
221
|
+
- spec/integration/regression/issue_51_account_tokens/tokens.yml
|
222
|
+
- spec/integration/regression/issue_64_date_column/input.csv
|
223
|
+
- spec/integration/regression/issue_64_date_column/output.ledger
|
224
|
+
- spec/integration/regression/issue_64_date_column/test_args
|
225
|
+
- spec/integration/regression/issue_73_account_token_matching/input.csv
|
226
|
+
- spec/integration/regression/issue_73_account_token_matching/output.ledger
|
227
|
+
- spec/integration/regression/issue_73_account_token_matching/test_args
|
228
|
+
- spec/integration/regression/issue_73_account_token_matching/tokens.yml
|
229
|
+
- spec/integration/regression/issue_85_date_example/input.csv
|
230
|
+
- spec/integration/regression/issue_85_date_example/output.ledger
|
231
|
+
- spec/integration/regression/issue_85_date_example/test_args
|
232
|
+
- spec/integration/spanish_date_example/input.csv
|
233
|
+
- spec/integration/spanish_date_example/output.ledger
|
234
|
+
- spec/integration/spanish_date_example/test_args
|
235
|
+
- spec/integration/suntrust/input.csv
|
236
|
+
- spec/integration/suntrust/output.ledger
|
237
|
+
- spec/integration/suntrust/test_args
|
238
|
+
- spec/integration/test.sh
|
239
|
+
- spec/integration/test_money_column/input.csv
|
240
|
+
- spec/integration/test_money_column/output.ledger
|
241
|
+
- spec/integration/test_money_column/test_args
|
242
|
+
- spec/integration/two_money_columns/input.csv
|
243
|
+
- spec/integration/two_money_columns/output.ledger
|
244
|
+
- spec/integration/two_money_columns/test_args
|
245
|
+
- spec/integration/yyyymmdd_date_example/input.csv
|
246
|
+
- spec/integration/yyyymmdd_date_example/output.ledger
|
247
|
+
- spec/integration/yyyymmdd_date_example/test_args
|
173
248
|
- spec/reckon/app_spec.rb
|
174
249
|
- spec/reckon/csv_parser_spec.rb
|
175
250
|
- spec/reckon/date_column_spec.rb
|
176
251
|
- spec/reckon/ledger_parser_spec.rb
|
177
252
|
- spec/reckon/money_column_spec.rb
|
178
253
|
- spec/reckon/money_spec.rb
|
254
|
+
- spec/reckon/options_spec.rb
|
179
255
|
- spec/spec.opts
|
180
256
|
- spec/spec_helper.rb
|
181
257
|
homepage: https://github.com/cantino/reckon
|
182
258
|
licenses:
|
183
259
|
- MIT
|
184
260
|
metadata: {}
|
185
|
-
post_install_message:
|
261
|
+
post_install_message:
|
186
262
|
rdoc_options: []
|
187
263
|
require_paths:
|
188
264
|
- lib
|
@@ -197,46 +273,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
197
273
|
- !ruby/object:Gem::Version
|
198
274
|
version: '0'
|
199
275
|
requirements: []
|
200
|
-
rubygems_version: 3.
|
201
|
-
signing_key:
|
276
|
+
rubygems_version: 3.2.3
|
277
|
+
signing_key:
|
202
278
|
specification_version: 4
|
203
279
|
summary: Utility for interactively converting and labeling CSV files for the Ledger
|
204
280
|
accounting tool.
|
205
|
-
test_files:
|
206
|
-
- spec/data_fixtures/51-sample.csv
|
207
|
-
- spec/data_fixtures/51-tokens.yml
|
208
|
-
- spec/data_fixtures/73-sample.csv
|
209
|
-
- spec/data_fixtures/73-tokens.yml
|
210
|
-
- spec/data_fixtures/73-transactions.ledger
|
211
|
-
- spec/data_fixtures/85-date-example.csv
|
212
|
-
- spec/data_fixtures/austrian_example.csv
|
213
|
-
- spec/data_fixtures/bom_utf8_file.csv
|
214
|
-
- spec/data_fixtures/broker_canada_example.csv
|
215
|
-
- spec/data_fixtures/chase.csv
|
216
|
-
- spec/data_fixtures/danish_kroner_nordea_example.csv
|
217
|
-
- spec/data_fixtures/english_date_example.csv
|
218
|
-
- spec/data_fixtures/extratofake.csv
|
219
|
-
- spec/data_fixtures/french_example.csv
|
220
|
-
- spec/data_fixtures/german_date_example.csv
|
221
|
-
- spec/data_fixtures/harder_date_example.csv
|
222
|
-
- spec/data_fixtures/ing.csv
|
223
|
-
- spec/data_fixtures/intuit_mint_example.csv
|
224
|
-
- spec/data_fixtures/invalid_header_example.csv
|
225
|
-
- spec/data_fixtures/inversed_credit_card.csv
|
226
|
-
- spec/data_fixtures/nationwide.csv
|
227
|
-
- spec/data_fixtures/simple.csv
|
228
|
-
- spec/data_fixtures/some_other.csv
|
229
|
-
- spec/data_fixtures/spanish_date_example.csv
|
230
|
-
- spec/data_fixtures/suntrust.csv
|
231
|
-
- spec/data_fixtures/test_money_column.csv
|
232
|
-
- spec/data_fixtures/tokens.yaml
|
233
|
-
- spec/data_fixtures/two_money_columns.csv
|
234
|
-
- spec/data_fixtures/yyyymmdd_date_example.csv
|
235
|
-
- spec/reckon/app_spec.rb
|
236
|
-
- spec/reckon/csv_parser_spec.rb
|
237
|
-
- spec/reckon/date_column_spec.rb
|
238
|
-
- spec/reckon/ledger_parser_spec.rb
|
239
|
-
- spec/reckon/money_column_spec.rb
|
240
|
-
- spec/reckon/money_spec.rb
|
241
|
-
- spec/spec.opts
|
242
|
-
- spec/spec_helper.rb
|
281
|
+
test_files: []
|