lib/cuker/cuker_cmd.rb in cuker-0.6.6 vs lib/cuker/cuker_cmd.rb in cuker-0.6.7

- old
+ new

@@ -57,12 +57,12 @@ gr = GherkinRipper.new feat_path ast_map = gr.ast_map producers.each do |producer| report_path = File.join report_path_input, 'reports', LOG_TIME_TODAY - msg = "producing '#{producer.to_s.upcase}'\treport @ '#{report_path}' - '#{report_file_name}'\t for Feature Files @ '#{feat_path}'\n" + msg = "producing '#{producer.to_s.upcase}' report @ '#{report_path}' - '#{report_file_name}' for Feature Files @ '#{feat_path}'\n" - @log.info msg + # @log.info msg puts msg model, writer = PRODUCERS[producer] preset_model = model == SummaryXLModel ? model.new(ast_map, special_tags_list) : model.new(ast_map) preset_writer = writer.new \ No newline at end of file