summaryrefslogtreecommitdiffstats
path: root/tests/all_tests.rb
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.(none)>2007-11-11 10:43:27 -0800
committerscott Chacon <schacon@agadorsparticus.(none)>2007-11-11 10:43:27 -0800
commita4fa110279ea28873fe1e4df10c89ddc591046b4 (patch)
tree60e08ccf8caca2fe428dee76c06c102cc54bc98b /tests/all_tests.rb
parenta1237671ba3ec38f5b123ee6600e4352dc03196b (diff)
downloadthird_party-ruby-git-a4fa110279ea28873fe1e4df10c89ddc591046b4.tar.gz
third_party-ruby-git-a4fa110279ea28873fe1e4df10c89ddc591046b4.tar.xz
third_party-ruby-git-a4fa110279ea28873fe1e4df10c89ddc591046b4.zip
added the commit(), changed base.commit, base.tree, base.blob to gcommit, gtree, gblob
Diffstat (limited to 'tests/all_tests.rb')
-rw-r--r--tests/all_tests.rb1
1 files changed, 1 insertions, 0 deletions
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