summaryrefslogtreecommitdiff
path: root/test/rss/test_to_s.rb
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-27 08:43:18 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-27 08:43:18 +0000
commit0a93165e167a4d1d6b0f8a2dc0479524f49855d4 (patch)
treeeea2babdec0c37273a5c91a924f8fb8e6af37bf5 /test/rss/test_to_s.rb
parentb325d73c13d683352e2917b4c00bb1593982c3c9 (diff)
* lib/rss/maker/0.9.rb: supported RSS::Maker.make("0.91"). Now,
"0.9" is just alias of "0.91." * test/rss/test_maker_0.9.rb: make("0.9") -> maker("0.91"). * test/rss/test_to_s.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rss/test_to_s.rb')
-rw-r--r--test/rss/test_to_s.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rss/test_to_s.rb b/test/rss/test_to_s.rb
index e2263ca17c..d6c761e7ef 100644
--- a/test/rss/test_to_s.rb
+++ b/test/rss/test_to_s.rb
@@ -60,7 +60,7 @@ module RSS
end
def test_to_s_09
- rss = RSS::Maker.make("0.9") do |maker|
+ rss = RSS::Maker.make("0.91") do |maker|
setup_full(maker)
end