Sha256: b9010cf2d72743a84e6f9f5b35d1d954f67aacbf0e9bb502d95d6622b038e12d

Contents?: true

Size: 200 Bytes

Versions: 64

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

64 entries across 64 versions & 6 rubygems

Version Path
curb-1.0.6 tests/bugtests.rb
curb-1.0.5 tests/bugtests.rb
curb-1.0.4 tests/bugtests.rb
curb-1.0.3 tests/bugtests.rb
curb-1.0.2 tests/bugtests.rb
curb-1.0.1 tests/bugtests.rb
curb-1.0.0 tests/bugtests.rb
curb-0.9.11 tests/bugtests.rb
curb-0.9.10 tests/bugtests.rb
curb-0.9.9 tests/bugtests.rb
curb-0.9.8 tests/bugtests.rb
curb-0.9.7 tests/bugtests.rb
curb-0.9.6 tests/bugtests.rb
curb-0.9.5 tests/bugtests.rb
curb-0.9.4 tests/bugtests.rb
curb-0.9.3 tests/bugtests.rb
curb-0.9.2 tests/bugtests.rb
curb-0.9.1 tests/bugtests.rb
curb-0.9.0 tests/bugtests.rb
curb-0.8.8 tests/bugtests.rb