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