Add test to reflect #1622 behaviour
This commit is contained in:
parent
848a11b3a8
commit
01f41a7cfc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue