We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07c061 commit fa428fdCopy full SHA for fa428fd
1 file changed
spec/bfs_spec.rb
@@ -20,9 +20,9 @@
20
21
it 'Processes an invoice and creates error files and BFS file' do
22
BFS.seed!
23
- # BFS.process! bfs_file
24
- # expect(Pathname.new(bfs_processed)).to exist
25
- # expect(Pathname.new(bfs_error)).to exist
+ BFS.process! bfs_file
+ expect(Pathname.new(bfs_processed)).to exist
+ expect(Pathname.new(bfs_error)).to exist
26
end
27
28
it 'Removes test invoices from data directories' do
0 commit comments