File: ruby-tests.rb

package info (click to toggle)
ruby-cmdparse 2.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 252 kB
  • sloc: ruby: 1,415; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 184 bytes parent folder | download
1
2
3
4
5
6
7
# a VERY BASIC test case, just to be sure that the code is installed.
require 'test/unit'
class CmdParseTest < Test::Unit::TestCase
  def test_require
    require 'cmdparse'
  end
end