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
@@ -61,7 +61,7 @@ context "Wiki" do
test "list files" do
files = @wiki.files
assert_equal \
['Data.csv', 'eye.jpg', 'todo.txt'],
['Data.csv', 'Riddles.rd', 'eye.jpg', 'todo.txt'],
files.map { |p| p.filename }.sort
end