# File lib/webrat/selenium/matchers/have_selector.rb, line 44 def assert_have_selector(expected) hs = HaveSelector.new(expected) assert hs.matches?(response), hs.failure_message end