File: ruby-tests.rb

package info (click to toggle)
ruby-bio 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,464 kB
  • sloc: ruby: 74,160; xml: 3,383; makefile: 17; perl: 13; sh: 1
file content (3 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (4)
1
2
3
Encoding.default_external = "UTF-8" if defined? Encoding

Dir['test/{unit,functional}/**/test_*.rb'].each { |f| require f }