major change in the zebra configuration. hopefully it works this time
[zcc.git] / test / test_zcc.rb
blob372b66506e721f001daa01081505f9ecc09f1fb4
1 require File.dirname(__FILE__) + '/test_helper.rb'
3 class TestZcc < Test::Unit::TestCase
5   def setup
6   end
7   
8   def test_truth
9     assert true
10   end
11 end