summaryrefslogtreecommitdiff
path: root/test/rss/test_syndication.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rss/test_syndication.rb')
-rw-r--r--test/rss/test_syndication.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rss/test_syndication.rb b/test/rss/test_syndication.rb
index 6aaaa43382..abd75e905e 100644
--- a/test/rss/test_syndication.rb
+++ b/test/rss/test_syndication.rb
@@ -107,7 +107,7 @@ EOR
excepted = "<#{@prefix}:#{name}>#{value}</#{@prefix}:#{name}>"
@parents.each do |parent|
assert_equal(excepted,
- @rss.__send__(parent).__send!("sy_#{name}_element"))
+ @rss.__send__(parent).__send__("sy_#{name}_element"))
end
end