spec/transaction_spec.rb in sepa_king-0.6.0 vs spec/transaction_spec.rb in sepa_king-0.7.0
- old
+ new
@@ -6,10 +6,10 @@
it 'should have default for reference' do
expect(SEPA::Transaction.new.reference).to eq('NOTPROVIDED')
end
it 'should have default for requested_date' do
- expect(SEPA::Transaction.new.requested_date).to eq(Date.today.next)
+ expect(SEPA::Transaction.new.requested_date).to eq(Date.new(1999, 1, 1))
end
it 'should have default for batch_booking' do
expect(SEPA::Transaction.new.batch_booking).to eq(true)
end