damphyr/rutema

View on GitHub
examples/config/tools.rutema

Summary

Maintainability
Test Coverage
require 'rutema/parsers/xml'
configure do |cfg|
  cfg.parser={:class=>Rutema::Parsers::XML}
  #the default reporter definitions. They can be overwritten
  #only one reporter of each class can be defined, last definition wins
  #default console reporter modes sind "off", "silent" and "verbose"
  #cfg.reporter={:class=>Rutema::Reporters::Console, "mode"=>"verbose"}
  #cfg.reporter={:class=>Rutema::Reporters::Summary, "silent"=>false}
end