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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user