test/test_committer.rb in gollum-bibanon-1.4.0 vs test/test_committer.rb in gollum-bibanon-1.4.1
- old
+ new
@@ -48,10 +48,10 @@
FileUtils.rm_rf(@path)
end
end
test "parents with default master ref" do
- ref = '1db89ebba7e2c14d93b94ff98cfa3708a4f0d4e3'
+ ref = 'a8ad3c09dd842a3517085bfadd37718856dee813'
committer = Gollum::Committer.new(@wiki)
assert_equal ref, committer.parents.first.sha
end
test "parents with custom ref" do