File: bugtests.rb

package info (click to toggle)
ruby-curb 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 860 kB
  • sloc: ansic: 5,798; ruby: 4,466; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (7)
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