Sha256: 5f5f88899bc73156cb98e3e2a14149b58943981b41311cf4dc718d416bbc2be4
Contents?: true
Size: 319 Bytes
Versions: 4
Compression:
Stored size: 319 Bytes
Contents
$:.unshift File.join(File.dirname(__FILE__), "../..", "lib") require 'test/unit' require 'rets4r/client/parser/rexml' require 'test/client/test_parser' module RETS4R class Client class TestRParser < Test::Unit::TestCase include TestParser def setup @parser = Parser::REXML.new end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rets4r-0.8.3 | test/client/parser/tc_rexml.rb |
rets4r-0.8.4 | test/client/parser/tc_rexml.rb |
rets4r-0.8.5 | test/client/parser/tc_rexml.rb |
rets4r-0.8.2 | test/client/parser/tc_rexml.rb |