Sha256: cda4dae77aa0b156fdf01f99833e29230764da7855113f2375f7b802304a73f8
Contents?: true
Size: 329 Bytes
Versions: 1
Compression:
Stored size: 329 Bytes
Contents
#!/usr/bin/env ruby require File.expand_path("../helper", __FILE__) # Test condition command class TestCatch < Test::Unit::TestCase include TestHelper def test_basic testname='catch' script = File.join('data', testname + '.cmd') assert(run_debugger(testname, "--script #{script} -- ./example/pm.rb")) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-debug-0.10.5.rc1 | test/test-catch.rb |