Add test for custom markup engine

This required adding a file to the example repo, so some of the tests'
expected hash values changed accordingly.
This commit is contained in:
James Dabbs
2013-02-25 21:06:00 -05:00
parent 62601f1adc
commit e3acef0e91
10 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ context "Wiki" do
end
test "parents with default master ref" do
ref = '7d6aeab8b84c895f21f6c66b84a457b0fced9693'
ref = '563cc3701db990caf63e4ce9c3697a062890ca48'
committer = Gollum::Committer.new(@wiki)
assert_equal ref, committer.parents.first.sha
end