Fix tests for added example repo pages

This commit is contained in:
kristi
2012-05-14 02:01:33 -07:00
parent 82ccb0cedb
commit 6191f60025
4 changed files with 27 additions and 5 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ context "Wiki" do
end
test "parents with default master ref" do
ref = '1db89ebba7e2c14d93b94ff98cfa3708a4f0d4e3'
ref = 'b0de6e794dfdc7ef3400e894225bfe23308aae5c'
committer = Gollum::Committer.new(@wiki)
assert_equal ref, committer.parents.first.sha
end