Fixes tests to account for new info.md file
This commit is contained in:
parent
82d6657ae8
commit
05445b81c7
|
|
@ -475,7 +475,7 @@ class TestFilters < JekyllUnitTest
|
||||||
g["items"].is_a?(Array),
|
g["items"].is_a?(Array),
|
||||||
"The list of grouped items for '' is not an Array."
|
"The list of grouped items for '' is not an Array."
|
||||||
)
|
)
|
||||||
assert_equal 13, g["items"].size
|
assert_equal 14, g["items"].size
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -191,6 +191,7 @@ class TestSite < JekyllUnitTest
|
||||||
humans.txt
|
humans.txt
|
||||||
index.html
|
index.html
|
||||||
index.html
|
index.html
|
||||||
|
info.md
|
||||||
main.scss
|
main.scss
|
||||||
main.scss
|
main.scss
|
||||||
properties.html
|
properties.html
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue