Sha256: 209d9e23c437ec02fd8e5a81850fa3609d453cd02177b4455304afb746e9a9a4
Contents?: true
Size: 402 Bytes
Versions: 1
Compression:
Stored size: 402 Bytes
Contents
require File.join(Dir.pwd, 'spec', 'spec_helper') describe 'Experian::DataDictionary 0133' do context 'valid lookup' do it { expect(Experian::DataDictionary.lookup('0133', 'Y')).to eq('Yes') } it { expect(Experian::DataDictionary.lookup('0133', ' ')).to eq('Unknown') } end context 'invalid lookup' do it { expect(Experian::DataDictionary.lookup('0133', '0')).to be_nil } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
experian-data-dictionary-1.4.5 | spec/functional/0100/en_0133_spec.rb |