Add test to reflect #1622 behaviour

This commit is contained in:
Juan Ignacio Donoso 2013-10-08 14:17:56 -03:00
parent 848a11b3a8
commit 01f41a7cfc
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
<<< {{ content }} >>>

View File

@ -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