Sha256: 28c9814c57a80662232747110eb01fc72a06ab08c66027bd04e976ccd90355ec
Contents?: true
Size: 367 Bytes
Versions: 1
Compression:
Stored size: 367 Bytes
Contents
#!/usr/bin/env ruby require File.expand_path("../helper", __FILE__) # Test the --emacs-basic option. class TestEmacsBasic < Test::Unit::TestCase include TestHelper def test_basic testname='emacs_basic' script = File.join('data', testname + '.cmd') assert(run_debugger(testname, "--emacs-basic --script #{script} -- ./example/gcd.rb 3 5")) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-debug-0.10.5.rc1 | test/test-emacs-basic.rb |