mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 01:08:26 -05:00
Merge commit 'd9b183f99826df630eedeae29f70005993da3d64' into cat
This commit is contained in:
6
test/source/category/_posts/2008-9-23-categories.textile
Normal file
6
test/source/category/_posts/2008-9-23-categories.textile
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: default
|
||||
title: Categories
|
||||
---
|
||||
|
||||
Categories _should_ work
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: default
|
||||
title: Categories
|
||||
---
|
||||
|
||||
Categories _should_ work. Even if ordered after index.
|
||||
@@ -11,6 +11,7 @@ class TestGeneratedSite < Test::Unit::TestCase
|
||||
|
||||
def test_site_posts_in_index
|
||||
# confirm that {{ site.posts }} is working
|
||||
puts @s.posts.size
|
||||
assert @index.include?("#{@s.posts.size} Posts")
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user