lib/onceover/testconfig.rb in onceover-3.12.0 vs lib/onceover/testconfig.rb in onceover-3.12.1
- old
+ new
@@ -51,10 +51,10 @@
@after_conditions = config['after']
@strict_variables = opts[:strict_variables] ? 'yes' : 'no'
# Set dynamic defaults for format
if opts[:format] == [:defaults]
- @formatters = opts[:parallel] ? ['documentation', 'FailureCollector'] : ['OnceoverFormatter']
+ @formatters = opts[:parallel] ? ['OnceoverFormatterParallel'] : ['OnceoverFormatter']
else
@formatters = opts[:format]
end
# Initialise all of the classes and nodes