Add basic support for symbolic links.

This commit is contained in:
Charles Pence
2013-03-16 18:19:48 -04:00
parent 44a3cf1934
commit 2a4517ced4
19 changed files with 98 additions and 12 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ context "Wiki" do
end
test "parents with default master ref" do
ref = '563cc3701db990caf63e4ce9c3697a062890ca48'
ref = '874f597a5659b4c3b153674ea04e406ff393975e'
committer = Gollum::Committer.new(@wiki)
assert_equal ref, committer.parents.first.sha
end