justinj/greybox

View on GitHub
example/Greyfile

Summary

Maintainability
Test Coverage
Greybox.setup do |c|
  c.input "test/*.input" 
  c.blackbox_command "cat < %"
  c.test_command "cat < %"
end