mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
Add test to reflect #1622 behaviour
This commit is contained in:
1
test/source/_layouts/post/simple.html
Normal file
1
test/source/_layouts/post/simple.html
Normal file
@@ -0,0 +1 @@
|
||||
<<< {{ content }} >>>
|
||||
@@ -156,7 +156,7 @@ class TestSite < Test::Unit::TestCase
|
||||
|
||||
should "read layouts" do
|
||||
@site.read_layouts
|
||||
assert_equal ["default", "simple"].sort, @site.layouts.keys.sort
|
||||
assert_equal ["default", "simple", "post/simple"].sort, @site.layouts.keys.sort
|
||||
end
|
||||
|
||||
should "read posts" do
|
||||
|
||||
Reference in New Issue
Block a user