File: Guardfile

package info (click to toggle)
ruby-lru-redux 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 184 kB
  • sloc: ruby: 615; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
guard 'minitest', :focus_on_failed => true do
  watch(%r{^test/.+_test\.rb$})
  watch(%r{^lib/lru_redux/(.+)\.rb$})     { |m| "test/#{m[1]}_test.rb" }
end