File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- Test
1
+ {{ page.posts.size }}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class TestJekyllArchives < Minitest::Test
44
44
45
45
should "generate archive pages with a layout" do
46
46
@site . process
47
- assert_equal "Test " , read_file ( "tag/test-tag/index.html" )
47
+ assert_equal "2 " , read_file ( "tag/test-tag/index.html" )
48
48
end
49
49
end
50
50
@@ -81,7 +81,7 @@ class TestJekyllArchives < Minitest::Test
81
81
should "use custom layout for specific type only" do
82
82
assert_equal "Test too" , read_file ( "/2014/index.html" )
83
83
assert_equal "Test too" , read_file ( "/2013/index.html" )
84
- assert_equal "Test " , read_file ( "/tag/test-tag/index.html" )
84
+ assert_equal "2 " , read_file ( "/tag/test-tag/index.html" )
85
85
end
86
86
end
87
87
You can’t perform that action at this time.
0 commit comments