cuts 0.0.1 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,16 +0,0 @@
1
- require 'test/unit'
2
-
3
- class TC_Sample < Test::Unit::TestCase
4
-
5
- def setup
6
- end
7
-
8
- def teardown
9
- end
10
-
11
- def test_sample
12
- assert(true)
13
- end
14
-
15
- end
16
-