summaryrefslogtreecommitdiff
path: root/test/rexml/rexml_test_utils.rb
blob: 916e73674d93aee16d473f2d37b17160f93fe5c8 (plain)
1
2
3
4
5
module REXMLTestUtils
  def fixture_path(*components)
    File.join(File.dirname(__FILE__), "data", *components)
  end
end