This commit is contained in:
Thiago Arrais 2016-11-30 17:54:59 -03:00
parent 7ac9653f4e
commit 4ed41558d1
1 changed files with 0 additions and 1 deletions

View File

@ -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"],