aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/html-scanner/text_node_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/controller/html-scanner/text_node_test.rb')
-rw-r--r--actionpack/test/controller/html-scanner/text_node_test.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/actionpack/test/controller/html-scanner/text_node_test.rb b/actionpack/test/controller/html-scanner/text_node_test.rb
index 9853701fda..1ab3f4454e 100644
--- a/actionpack/test/controller/html-scanner/text_node_test.rb
+++ b/actionpack/test/controller/html-scanner/text_node_test.rb
@@ -1,5 +1,4 @@
-require File.dirname(__FILE__) + '/../../abstract_unit'
-require 'test/unit'
+require 'abstract_unit'
class TextNodeTest < Test::Unit::TestCase
def setup
@@ -48,4 +47,4 @@ class TextNodeTest < Test::Unit::TestCase
def test_match_other
assert_nil @node.match(:hello)
end
-end \ No newline at end of file
+end