File: ruby-tests.rb

package info (click to toggle)
ruby-term-ansicolor 1.3.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 1,108 kB
  • sloc: ruby: 1,269; makefile: 10
file content (3 lines) | stat: -rw-r--r-- 67 bytes parent folder | download | duplicates (3)
1
2
3
$: << "tests/"

Dir.glob("tests/*_test.rb").each { |f| require f }