File: ruby-tests.rb

package info (click to toggle)
ruby-minitest 5.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 528 kB
  • ctags: 1,285
  • sloc: ruby: 4,616; makefile: 5
file content (2 lines) | stat: -rw-r--r-- 61 bytes parent folder | download | duplicates (6)
1
2
$: << "./test/"
Dir['./test/**/*.rb'].each { |f| require f }