Sha256: 583d418b919114f1852ed49b75c7cc6524a841f70fea89e5d98489f9584203d8
Contents?: true
Size: 465 Bytes
Versions: 1
Compression:
Stored size: 465 Bytes
Contents
#!/usr/bin/ruby -w # # Unit test for (>>>target<<<) # $Id: TEMPLATE.rb.tpl,v 1.2 2003/09/11 04:59:51 deveiant Exp $ # # Copyright (c) (>>>YEAR<<<) The FaerieMUD Consortium. # if File::exists?( "lib/linguistics.rb" ) require 'tests/lingtestcase' else require 'lingtestcase' end ### This test case tests ... class (>>>target<<<)TestCase < Linguistics::TestCase (>>>POINT<<<) end >>>TEMPLATE-DEFINITION-SECTION<<< ("target" "What does this testcase test?: ")
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eviltrout-linguistics-1.0.6.1 | tests/TEMPLATE.rb.tpl |