Sha256: 8cb24ab061c51e8f7a8f8b7224d3805ea71bde72af09ce7b4f17bae54f1a2ece
Contents?: true
Size: 412 Bytes
Versions: 2
Compression:
Stored size: 412 Bytes
Contents
$:.unshift File.expand_path(File.join(File.dirname(__FILE__), "..", "lib")) require 'test/unit' require 'rets4r' require 'mocha' require 'shoulda' require 'rubygems' # Configure ListingService listing_service_config_file = File.expand_path(File.join('test', 'data', 'listing_service.yml')) RETS4R::ListingService.configurations = YAML.load_file(listing_service_config_file) RETS4R::ListingService.env = 'test'
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
rets4r-1.1.18 | test/test_helper.rb |
jschairb-rets4r-1.1.18 | test/test_helper.rb |