diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-28 06:09:27 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-28 06:09:27 +0000 |
commit | 202bf6618f39f48e81b7bb3c67114a22c2eeda16 (patch) | |
tree | 5ee48b75b32c5903ed5649fa77cb09bdb4b1d7a4 /test/rss/test_content.rb | |
parent | 43ab59f79bff1a6ae2a863c91877ffb01c3ce94c (diff) |
* test/rss/*.rb: remove "test/" prefix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rss/test_content.rb')
-rw-r--r-- | test/rss/test_content.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/rss/test_content.rb b/test/rss/test_content.rb index 46a76b1ae4..46a679bdc1 100644 --- a/test/rss/test_content.rb +++ b/test/rss/test_content.rb @@ -1,10 +1,12 @@ +# -*- tab-width: 2 -*- vim: ts=2 + require "test/unit" require "cgi-lib" require "rexml/document" require "rss/parser" require "rss/content" -require "test/common" +require "common" class TestContent < Test::Unit::TestCase include TestRSSMixin |