archive-tar-minitar 0.5.2 → 0.6

Sign up to get free protection for your applications and to get access to all the features.
data/tests/testall.rb DELETED
@@ -1,10 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- $LOAD_PATH.unshift("#{File.dirname(__FILE__)}/../lib") if __FILE__ == $0
4
-
5
- puts "Checking for test cases:"
6
- Dir['tc*.rb'].each do |testcase|
7
- puts "\t#{testcase}"
8
- require testcase
9
- end
10
- puts " "