-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Description
def test_root_element
render_xml <<-EOF
<rss version="2.0">
<channel>
<item>
<description>
<![CDATA[
<p>Test 1</p>
]]>
</description>
</item>
<item>
<description>
<![CDATA[
<p>Test 2</p>
]]>
</description>
</item>
</channel>
</rss>
EOF
assert_select "rss"
endThis test fails with
Expected at least 1 element matching "rss", found 0..
Expected 0 to be >= 1.
If you check any other element, e.g. assert_select "channel" - it is OK.
Metadata
Metadata
Assignees
Labels
No labels