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
@@ -18,7 +18,7 @@ context "GitAccess" do
assert @access.ref_map.empty?
assert @access.tree_map.empty?
@access.tree 'master'
assert_equal({"master"=>"7d6aeab8b84c895f21f6c66b84a457b0fced9693"}, @access.ref_map)
assert_equal({"master"=>"563cc3701db990caf63e4ce9c3697a062890ca48"}, @access.ref_map)
@access.tree '1db89ebba7e2c14d93b94ff98cfa3708a4f0d4e3'
map = @access.tree_map['1db89ebba7e2c14d93b94ff98cfa3708a4f0d4e3']