Sha256: f0dd30cbcf610a130d2a0d7aa447f50db5f3c4b8315fc44b9b5fc2eb9ce2675b

Contents?: true

Size: 355 Bytes

Versions: 1

Compression:

Stored size: 355 Bytes

Contents

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

# Test 'starting' annotation.
class TestStartingAnnotate < Test::Unit::TestCase
  include TestHelper

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-debug-0.10.5.rc1 test/test-output.rb