Sha256: 4e27c04c049a35585ba8e0c0d04ef5dc33b5839da30b788b8ddf7178a172e048
Contents?: true
Size: 410 Bytes
Versions: 3
Compression:
Stored size: 410 Bytes
Contents
RSpec.describe Epics::C5N do let(:client) { Epics::Client.new( File.open(File.join( File.dirname(__FILE__), '..', 'fixtures', 'SIZBN001.key')), 'secret' , 'https://194.180.18.30/ebicsweb/ebicsweb', 'SIZBN001', 'EBIX', 'EBICS') } subject { described_class.new(client, from: "2014-09-01", to: "2014-09-01") } describe '#to_xml' do specify { expect(subject.to_xml).to be_a_valid_ebics_doc } end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
epics-2.7.0 | spec/orders/c5n_spec.rb |
epics-2.6.0 | spec/orders/c5n_spec.rb |
epics-2.5.0 | spec/orders/c5n_spec.rb |