Sha256: b9010cf2d72743a84e6f9f5b35d1d954f67aacbf0e9bb502d95d6622b038e12d

Contents?: true

Size: 200 Bytes

Versions: 67

Compression:

Stored size: 200 Bytes

Contents

$: << $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

Version data entries

67 entries across 67 versions & 6 rubygems

Version Path
curb-0.9.1 tests/bugtests.rb
curb-0.9.0 tests/bugtests.rb
curb-0.8.8 tests/bugtests.rb
curb-0.8.7 tests/bugtests.rb
gus-curb-0.8.7 tests/bugtests.rb
curb-0.8.6 tests/bugtests.rb
curb-0.8.5 tests/bugtests.rb
curb-0.8.4 tests/bugtests.rb
curb-0.8.3 tests/bugtests.rb
curb-0.8.2 tests/bugtests.rb
codders-curb-0.8.0 tests/bugtests.rb
curb-0.8.1 tests/bugtests.rb
curb-0.8.0 tests/bugtests.rb
curb-0.7.18 tests/bugtests.rb
curb-0.7.17 tests/bugtests.rb
curb-0.7.16 tests/bugtests.rb
ghazel-curb-0.7.15.1 tests/bugtests.rb
curb-0.7.15 tests/bugtests.rb
curb-0.7.14 tests/bugtests.rb
curb-0.7.13 tests/bugtests.rb