# File lib/cucumber/formatter/pdf.rb, line 81
      def after_features(features)
        @pdf.render_file(@file.path)
        puts "\ndone"
      end