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