damphyr/rutema

View on GitHub
examples/suites/strict_mode.rutema

Summary

Maintainability
Test Coverage
require 'rake/file_list'
configure do |cfg|
  cfg.import("../config/strict.rutema")
  cfg.reporter={:class=>Rutema::Reporters::Console,"mode"=>"verbose"}
  cfg.tests=Rake::FileList["../specs/unknown_step.spec"].existing
end