Sha256: aa24c904525cf72ef15e25b12abdb422de0897b484b436d2187261a5cbe9297c
Contents?: true
Size: 350 Bytes
Versions: 14
Compression:
Stored size: 350 Bytes
Contents
#!/usr/bin/env ruby require 'test/unit' require_relative '../../processor/help' # Test Trepan::CmdProcessor class TestCmdProcessor < Test::Unit::TestCase include Trepan::Help # See that we have can load up commands def test_abbrev_stringify assert_equal('(test)ing', abbrev_stringify('testing', 'test'.size)) end end
Version data entries
14 entries across 14 versions & 1 rubygems