summaryrefslogtreecommitdiff
path: root/test/rss/test_parser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rss/test_parser.rb')
-rw-r--r--test/rss/test_parser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rss/test_parser.rb b/test/rss/test_parser.rb
index f410b1b4f0..47bbc2d9d9 100644
--- a/test/rss/test_parser.rb
+++ b/test/rss/test_parser.rb
@@ -612,7 +612,7 @@ EOR
assert_parse(rss, :nothing_raised)
- assert_not_excepted_tag("a", "RDF") do
+ assert_not_expected_tag("a", "RDF") do
Parser.parse(rss, true, false)
end