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.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/rexml/rexml_test_utils.rb b/test/rexml/rexml_test_utils.rb
deleted file mode 100644
index 8bb002cee2..0000000000
--- a/test/rexml/rexml_test_utils.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-# frozen_string_literal: false
-
-require "test/unit"
-require "rexml/document"
-
-module REXMLTestUtils
- def fixture_path(*components)
- File.join(File.dirname(__FILE__), "data", *components)
- end
-end