# File lib/rasta/extensions/rspec_extensions.rb, line 49
      def start(number_of_examples)
        
        #clear                   [REMOVED so we keep state across tests]
        #@start_time = Time.new  [MOVED to initialize_spreadsheet]
        if !@@started_formatters
          formatters.each{|f| f.start(number_of_examples)} 
          @@started_formatters = true
        end
      end