Sha256: 6975fa62826990da3bd469a7aca42c3b3a0b9da5a82e1e49e5df24099b7f1f70

Contents?: true

Size: 402 Bytes

Versions: 2

Compression:

Stored size: 402 Bytes

Contents

RSpec.describe Epics::Z52 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/z52_spec.rb
epics-2.3.0 spec/orders/z52_spec.rb