File: ruby-tests.rb

package info (click to toggle)
ruby-ipaddress 0.8.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 260 kB
  • sloc: ruby: 1,764; makefile: 4
file content (2 lines) | stat: -rw-r--r-- 77 bytes parent folder | download | duplicates (8)
1
2
$: << 'lib' << 'test' << '.'
Dir['test/**/*_test.rb'].each { |f| require f }