# File lib/spec/rails/matchers/assert_select.rb, line 99 def without_tag(*args, &block) should_not have_tag(*args, &block) end