annacruz / ofx

A simple OFX (Open Financial Exchange) parser built on top of Nokogiri. Currently supports OFX 1.0.2.
http://github.com/annacruz/ofx
131 stars 82 forks source link

Fix RSpec test #84

Closed marcosdemelo closed 2 years ago

marcosdemelo commented 2 years ago
Failures:

  1) OFX::Parser headers should parse headers with CR and without LF
     Failure/Error: raise OFX::UnsupportedFileError

     OFX::UnsupportedFileError:
       OFX::UnsupportedFileError
     # ./lib/ofx/parser.rb:27:in `initialize'
     # ./spec/ofx/ofx_parser_spec.rb:108:in `new'
     # ./spec/ofx/ofx_parser_spec.rb:108:in `block (3 levels) in <top (required)>'