File: bugtests.rb

package info (click to toggle)
ruby-curb 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 652 kB
  • ctags: 949
  • sloc: ansic: 4,399; ruby: 2,806; makefile: 3
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