unit_test.rb.erb
10 lines
| 216 B
| text/plain
|
TextLexer
|
r1785 | require File.dirname(__FILE__) + '/../test_helper' | ||
class <%= class_name %>Test < Test::Unit::TestCase | ||||
fixtures :<%= table_name %> | ||||
# Replace this with your real tests. | ||||
def test_truth | ||||
assert true | ||||
end | ||||
end | ||||