1 2 3 4 5 6
require 'test/unit' module REXMLTestUtils def fixture_path(*components) File.join(File.dirname(__FILE__), "data", *components) end end