File: bugtests.rb

package info (click to toggle)
ruby-curb 0.9.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 744 kB
  • sloc: ansic: 4,667; ruby: 3,141; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
$: << $TESTDIR = File.expand_path(File.dirname(__FILE__))
puts "start"
begin
Dir[File.join($TESTDIR, 'bug_*.rb')].each { |lib| require lib }
rescue Object => e
  puts e.message
ensure
puts "done"
end