# File lib/cucumber/formatter/junit.rb, line 29
      def before_feature_element(feature_element)
        @in_examples = Ast::ScenarioOutline === feature_element
        @steps_start = Time.now
      end