# File lib/action_controller/assertions.rb, line 260
      def assert_no_tag(opts)
        clean_backtrace do
          tag = find_tag(opts)
          assert !tag, "expected no tag, but found tag matching #{opts.inspect} in:\n#{@response.body.inspect}"
        end
      end