Sha256: acf3ffac6fbdb63d0f1a787754b3764813aedf6934d9978e1695c061eefb1109

Contents?: true

Size: 384 Bytes

Versions: 1

Compression:

Stored size: 384 Bytes

Contents

#!/usr/bin/env ruby
require File.expand_path("../helper", __FILE__)

# Test that it's possible to stop at breakpoints in an at_exit block.
class TestAtExit < Test::Unit::TestCase
  include TestHelper

  def test_basic
    testname = 'at-exit'
    script = File.join('data', testname + '.cmd')
    assert(run_debugger(testname, "--script #{script} -- ./example/at-exit.rb"))
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-debug-0.10.5.rc1 test/test-at-exit.rb