summaryrefslogtreecommitdiff
path: root/test/rexml/rexml_test_utils.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/rexml_test_utils.rb')
-rw-r--r--test/rexml/rexml_test_utils.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/rexml/rexml_test_utils.rb b/test/rexml/rexml_test_utils.rb
new file mode 100644
index 0000000000..916e73674d
--- /dev/null
+++ b/test/rexml/rexml_test_utils.rb
@@ -0,0 +1,5 @@
+module REXMLTestUtils
+ def fixture_path(*components)
+ File.join(File.dirname(__FILE__), "data", *components)
+ end
+end