File: ruby-tests.rb

package info (click to toggle)
ruby-loofah 2.2.3-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 452 kB
  • sloc: ruby: 2,153; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (6)
1
2
3
require "minitest"
$LOAD_PATH << "test/"
Dir.glob("test/**/test_*.rb").each { |f| require f }