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