hallettj / cloudrcs

A revision control system implemented in Ruby and based on darcs

This URL has Read+Write access

cloudrcs / test / test_cloudrcs.rb
100644 12 lines (8 sloc) 0.17 kb
1
2
3
4
5
6
7
8
9
10
11
12
require File.dirname(__FILE__) + '/test_helper.rb'
 
class TestCloudrcs < Test::Unit::TestCase
 
  def setup
  end
  
  def test_truth
    assert true
  end
end