File: ruby-tests.rb

package info (click to toggle)
ruby-highline 1.7.8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 700 kB
  • ctags: 541
  • sloc: ruby: 5,047; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
if defined? Encoding
  Encoding.default_external = Encoding::UTF_8
end

$: << 'lib' << 'test' << '.'
Dir['{spec,test}/**/{test,tc}_*.rb'].each { |f| require f }