# File lib/webrat/core/matchers/have_tag.rb, line 16 def assert_have_no_tag(*args, &block) assert_have_no_selector(*args, &block) end
# File lib/webrat/core/matchers/have_tag.rb, line 12 def assert_have_tag(*args, &block) assert_have_selector(*args, &block) end
# File lib/webrat/core/matchers/have_tag.rb, line 6 def have_tag(*args, &block) have_selector(*args, &block) end
Generated with the Darkfish Rdoc Generator 2.