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