If I have this string: `"<span>asd</span>"` and this matcher: ```ruby expect("<span>asd</span>").to have_tag(:span) do with_tag(:span) do with_tag(:span) end end ``` This test will pass, while it should actually fail.