Sha256: 362689874393220012517a6ab5776c51bb73925c9d38ba502c37a43224487688
Contents?: true
Size: 293 Bytes
Versions: 2
Compression:
Stored size: 293 Bytes
Contents
require 'spec_helper' module BankingData describe GermanBank do describe 'end-to-end test' do ['MARKDEF1100', 'PBNKDEFF100'].each do |bic| it "includes #{bic}" do expect(GermanBank.only(:bic).map(&:first)).to include(bic) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
banking_data-0.2.0 | spec/banking_data/german_bank_spec.rb |
banking_data-0.1.0 | spec/banking_data/german_bank_spec.rb |