QuantumGeordie/dom_glancy

View on GitHub
watchr_script.rb

Summary

Maintainability
A
0 mins
Test Coverage
watch( './*\.rb' ) do |md|
  system("clear && rake test:units")
end