# File lib/hydra/listener/cucumber_html_report.rb, line 20
      def generate
        before_features
        combine_features
        after_features
        @io.flush
        @io.close


        FileUtils.rm_r File.join(@results_path, 'features')
      end