response.should have_tag("li") response.should have_tag("li", :text => "I'm a list item") response.should have_tag("li.my_class", :text => "I'm a list item") response.should have_tag("li#my_element_id", :text => "I'm a list item") response.should have_tag("li#my_element_id.my_class", :text => "I'm a list item") response.should have_tag("img[alt=My accessible text]") response.should have_tag("img[a