# File lib/ci/reporter/test_suite.rb, line 32
      def initialize(name)
        super(name.to_s) # RSpec passes a "description" object instead of a string
        @testcases = []
      end