# File lib/spec/rails/matchers/assert_select.rb, line 135
      def without_tag(*args, &block)
        args = prepare_args(args, @__current_scope_for_assert_select)
        @__current_scope_for_assert_select.should_not have_tag(*args, &block)
      end