summaryrefslogtreecommitdiff
path: root/test/rss/test_maker_content.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rss/test_maker_content.rb')
-rw-r--r--test/rss/test_maker_content.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rss/test_maker_content.rb b/test/rss/test_maker_content.rb
index faadd87131..c29d75a649 100644
--- a/test/rss/test_maker_content.rb
+++ b/test/rss/test_maker_content.rb
@@ -14,7 +14,7 @@ module RSS
end
def test_rss10
- rss = RSS::Maker.make("1.0", ["content"]) do |maker|
+ rss = RSS::Maker.make("1.0") do |maker|
setup_dummy_channel(maker)
setup_dummy_item(maker)