aboutsummaryrefslogtreecommitdiffstats
path: root/test/rss/test_1.0.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* Use require_relative to require local librarynaruse2013-02-241-1/+1
* Suppress warnings.naruse2012-07-231-21/+33
* * lib/rexml/encoding.rb: use Ruby native encoding mechnism. [ruby-dev:42464]kou2010-10-301-3/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-45/+45
* * lib/rss, test/rss:kou2007-03-171-16/+65
* * test/rss/test_2.0.rb: added RSS 2.0 tests.kou2005-11-251-23/+1
* * lib/rss/: use #__send__ instead of #send.kou2005-11-231-5/+5
* * lib/rss/rss.rb (RSS::VERSION): 0.1.0 -> 0.1.1.kou2004-11-191-2/+3
* * test/rss/*.rb: removed tab width configuration headers.kou2004-11-031-2/+0
* * lib/rss/: untabified.kou2004-10-161-258/+258
* * lib/rss: supported prety print.kou2004-10-161-1/+12
* * test/rss/*: Test::Unit::TestCase -> RSS::TestCase andkou2004-03-211-237/+237
* * test/rss/test_xml-stylesheet.rb: added tests for xml-stylesheet.kou2004-03-211-1/+21
* * test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb tonahi2004-01-291-3/+0
* * test/rss/test_*: do $: trick while searching a module in the currentnahi2004-01-291-0/+3
* * test/rss/*.rb: remove "test/" prefix.nobu2004-01-281-1/+3
* * lib/rss: rss library imported. [ruby-dev:22726]matz2004-01-281-0/+237