File: ruby-tests.rb

package info (click to toggle)
ruby-ipaddress 0.8.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 260 kB
  • ctags: 284
  • sloc: ruby: 1,764; makefile: 3
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 }