Sha256: 11ab7a84a19e2db57a4065e1fc49b2a66ac06bbeeeaaa55d65bfbc28d907b684
Contents?: true
Size: 680 Bytes
Versions: 3
Compression:
Stored size: 680 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe SEPA::CreditTransferTransaction do it 'should initialize a new transaction' do expect( SEPA::CreditTransferTransaction.new name: 'Telekomiker AG', iban: 'DE37112589611964645802', bic: 'PBNKDEFF370', amount: 102.50, reference: 'XYZ-1234/123', remittance_information: 'Rechnung 123 vom 22.08.2013' ).to be_valid end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sepa_king-0.0.7 | spec/credit_transfer_transaction_spec.rb |
sepa_king-0.0.6 | spec/credit_transfer_transaction_spec.rb |
sepa_king-0.0.5 | spec/credit_transfer_transaction_spec.rb |