Whoops!
This commit is contained in:
parent
7ac9653f4e
commit
4ed41558d1
|
@ -782,7 +782,6 @@ class TestFilters < JekyllUnitTest
|
||||||
should "include the size of each grouping" do
|
should "include the size of each grouping" do
|
||||||
groups = @filter.group_by_exp(@filter.site.pages, "page", "page.layout")
|
groups = @filter.group_by_exp(@filter.site.pages, "page", "page.layout")
|
||||||
groups.each do |g|
|
groups.each do |g|
|
||||||
p g
|
|
||||||
assert_equal(
|
assert_equal(
|
||||||
g["items"].size,
|
g["items"].size,
|
||||||
g["size"],
|
g["size"],
|
||||||
|
|
Loading…
Reference in New Issue