From a4fa110279ea28873fe1e4df10c89ddc591046b4 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Sun, 11 Nov 2007 10:43:27 -0800 Subject: added the commit(), changed base.commit, base.tree, base.blob to gcommit, gtree, gblob --- tests/all_tests.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/all_tests.rb') diff --git a/tests/all_tests.rb b/tests/all_tests.rb index 0fc5f75..d671b24 100644 --- a/tests/all_tests.rb +++ b/tests/all_tests.rb @@ -1,3 +1,4 @@ Dir.chdir(File.dirname(__FILE__)) do Dir.glob('**/test_*.rb') { |test_case| require test_case } + #Dir.glob('**/test_index.rb') { |test_case| require test_case } end -- cgit