lib/cuker/cuker_cmd.rb in cuker-0.5.3 vs lib/cuker/cuker_cmd.rb in cuker-0.5.7
- old
+ new
@@ -1,6 +1,6 @@
-require 'thor'
+# require 'thor'
require 'require_all'
# require_all 'lib/cuker/**/*.rb'
# require_all 'lib/cuker/*.rb'
require_rel '**/helpers/*.rb'
@@ -22,9 +22,10 @@
CONSTS = []
PRESETS = {
:simple_csv => [CsvModel, CsvWriter],
:simple_jira => [JiraModel, JiraWriter],
:monospaced_jira => [JiraMonoModel, JiraWriter],
+ # :simple_excel => [RubyXLModel, RubyXLWriter],
}
# desc "report PRESET_KEY [FEATURE_PATH [REPORT_PATH [REPORT_FILE_NAME [LOG_LEVEL]]]]",
# "reports parsed results into \nREPORT_PATH/REPORT_FILE_NAME \nfor all '*.feature' files in the given FEATURE_PATH\nSTDIO LOG_LEVEL adjustable\n"
\ No newline at end of file