repo.or.cz
/
zcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
major change in the zebra configuration. hopefully it works this time
[zcc.git]
/
test
/
test_zcc.rb
blob
372b66506e721f001daa01081505f9ecc09f1fb4
1
require File.dirname(__FILE__) + '/test_helper.rb'
2
3
class TestZcc < Test::Unit::TestCase
4
5
def setup
6
end
7
8
def test_truth
9
assert true
10
end
11
end