Skip to content

Commit fa428fd

Browse files
author
David Zuckerman
committed
adding file processing test
1 parent c07c061 commit fa428fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

spec/bfs_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
it 'Processes an invoice and creates error files and BFS file' do
2222
BFS.seed!
23-
# BFS.process! bfs_file
24-
# expect(Pathname.new(bfs_processed)).to exist
25-
# expect(Pathname.new(bfs_error)).to exist
23+
BFS.process! bfs_file
24+
expect(Pathname.new(bfs_processed)).to exist
25+
expect(Pathname.new(bfs_error)).to exist
2626
end
2727

2828
it 'Removes test invoices from data directories' do

0 commit comments

Comments
 (0)