File: ruby-tests.rb

package info (click to toggle)
feed2imap 1.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 312 kB
  • sloc: ruby: 3,240; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (6)
1
2
3
4
exit if RUBY_VERSION < '1.9'

tests = Dir.glob('test/tc_*.rb') - ['test/tc_httpfetcher.rb']
tests.each { |t| require t }