more tree_map tests

This commit is contained in:
rick
2010-08-30 17:56:03 -07:00
parent 646c8e21b2
commit ba18cbebe8
2 changed files with 11 additions and 2 deletions
+4
View File
@@ -43,6 +43,10 @@ module Gollum
page
end
def inspect
%(#<Gollum::BlobEntry #{@sha} #{@path}>)
end
# Normalizes a given directory name for searching through tree paths.
# Ensures that a directory begins with a slash, or
#