File: ruby-tests.rb

package info (click to toggle)
ruby-bio 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,832 kB
  • sloc: ruby: 66,846; perl: 13; makefile: 11; 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 }