Sha256: ce24fc2a0e010bb815b184923f611613829852a045e681b1635520b360cdeeb8
Contents?: true
Size: 475 Bytes
Versions: 7
Compression:
Stored size: 475 Bytes
Contents
# require 'spec_helper' # require 'wukong' # load Pathname.path_to(:examples, 'munging/airline_flights/identifiers.rb') # describe Airport::IdMapping, :only do # it 'loads and reconciles' do # described_class.load(Pathname.path_to(:data, 'airline_flights')) # # # Airport::IdMapping::ID_MAPPINGS.each do |identifier, hsh| # hsh.each do |id, id_mapping| # # puts [identifier, id, id_mapping.to_tsv].join("\t") # end # end # end # end
Version data entries
7 entries across 7 versions & 2 rubygems