test/como_options in como-0.2.2 vs test/como_options in como-0.2.3

- old
+ new

@@ -5,9 +5,10 @@ Spec.command( "como_options", "Como Tester", "2013", [ [ :exclusive, "doc", nil, "Documentation for option\n\twith too much description\n\tfor one line." ], [ :single, "file", "-f", "File argument." ], + [ :opt_comp, "attributes", "-a", "Attributes." ], [ :switch, "debug", nil, "Enable debugging." ], [ :opt_single, "mode", "-m", "Mode." ], [ :opt_multi, "params", nil, "Parameters." ], [ :opt_any, "types", "-t", "Types." ], [ :silent, "terminator", "-", "The terminator." ],