summaryrefslogtreecommitdiff
path: root/test/rss/test_parser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rss/test_parser.rb')
-rw-r--r--test/rss/test_parser.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/rss/test_parser.rb b/test/rss/test_parser.rb
index a041c538ca..570141315b 100644
--- a/test/rss/test_parser.rb
+++ b/test/rss/test_parser.rb
@@ -3,10 +3,7 @@
require "test/unit"
require "rss/parser"
require "rss/1.0"
-dir = File.dirname(File.expand_path(__FILE__))
-$:.push(dir)
require "common"
-$:.delete(dir)
class TestParser < Test::Unit::TestCase
include TestRSSMixin