Sha256: cfc714f07ddd3479be227fd3e475eba6f712b269de6c0cd7c8174afeda1e07a2

Contents?: true

Size: 400 Bytes

Versions: 2

Compression:

Stored size: 400 Bytes

Contents

RSpec.describe Epics::Z54 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, "2014-09-01", "2014-09-30") }

  describe '#to_xml' do
    specify { expect(subject.to_xml).to be_a_valid_ebics_doc }
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
epics-2.4.0 spec/orders/z54_spec.rb
epics-2.3.0 spec/orders/z54_spec.rb