File: ruby-tests.rb

package info (click to toggle)
ruby-htree 0.8%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 448 kB
  • ctags: 703
  • sloc: ruby: 5,931; makefile: 24
file content (4 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (4)
1
2
3
4
# force encoding to UTF-8
Encoding.default_external = 'UTF-8'

Dir['test/*.rb'].each { |f| require f }