File: test-all.rb

package info (click to toggle)
libwebapp-ruby 0.4-2.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 240 kB
  • sloc: ruby: 2,245; makefile: 79
file content (5 lines) | stat: -rw-r--r-- 74 bytes parent folder | download | duplicates (5)
1
2
3
4
5
$VERBOSE = true

Dir.glob('test/test-*.rb') {|filename|
  load filename
}