Added page.meta_data to tests

This commit is contained in:
Daniel Kimsey
2012-11-09 18:25:33 -05:00
parent cc11cb866c
commit 2783257f06
10 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ context "Wiki" do
end
test "parents with default master ref" do
ref = '629aa678272b017a4d136d35e77ac94d80b08dc2'
ref = '7d6aeab8b84c895f21f6c66b84a457b0fced9693'
committer = Gollum::Committer.new(@wiki)
assert_equal ref, committer.parents.first.sha
end