Sha256: e5d3f76db7b0e9f3ef3c59dce94c257fa252ff59ef142554fff1ecbf0e2588e6
Contents?: true
Size: 391 Bytes
Versions: 17
Compression:
Stored size: 391 Bytes
Contents
require "spec_helper" describe Ibandit::Constants do Ibandit::Constants::PSEUDO_IBAN_COUNTRY_CODES.each do |country_code| context country_code do it "has padding character" do padding = Ibandit::Constants::PSEUDO_IBAN_PADDING_CHARACTER_FOR[country_code] expect(padding).to_not be_nil expect(padding.length).to eq(1) end end end end
Version data entries
17 entries across 17 versions & 1 rubygems