Sha256: cbf1b8ad39a5141fd5f864c394009cf10183df6ea063238eeeeed4b43d755b21
Contents?: true
Size: 436 Bytes
Versions: 4
Compression:
Stored size: 436 Bytes
Contents
require 'spec_helper' module BerkeleyLibrary module TIND module Mapping describe Config do it 'get the one to one mapping file' do expect(Config.one_to_one_map_file).to end_with('one_to_one_mapping.csv') end it 'get the one to multiple mapping file' do expect(Config.one_to_multiple_map_file).to end_with('one_to_multiple_mapping.csv') end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems