# File lib/cucumber/formatter/html.rb, line 85
      def before_feature(feature)
        @exceptions = []
        @builder << '<div class="feature">'
      end