spec/orders/crz_spec.rb in epics-2.4.0 vs spec/orders/crz_spec.rb in epics-2.5.0
- old
+ new
@@ -1,9 +1,9 @@
RSpec.describe Epics::CRZ 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') }
context 'with date range' do
- subject { described_class.new(client, "2014-09-01", "2014-09-30") }
+ subject { described_class.new(client, from: "2014-09-01", to: "2014-09-30") }
describe '#to_xml' do
specify { expect(subject.to_xml).to be_a_valid_ebics_doc }
it 'does includes a date range as standard order parameter' do