aboutsummaryrefslogtreecommitdiffstats
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, 3 insertions, 0 deletions
diff --git a/test/rss/test_parser.rb b/test/rss/test_parser.rb
index 570141315b..a041c538ca 100644
--- a/test/rss/test_parser.rb
+++ b/test/rss/test_parser.rb
@@ -3,7 +3,10 @@
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