merge latest tweaks to master

This commit is contained in:
rick
2010-11-09 12:39:28 -08:00
37 changed files with 780 additions and 55 deletions
+1 -1
View File
@@ -54,6 +54,6 @@ context "GitAccess" do
end
test "cannot access tree from invalid ref" do
assert_nil @access.tree('foo')
assert_equal [], @access.tree('foo')
end
end