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