This commit is contained in:
John Voloski 2014-05-09 17:47:56 -03:00
parent af45798b32
commit 3ab75fb747
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class LiquidTest < Test::Unit::TestCase
assert_equal 'foo', body
end
it "can rendere truly nested layouts by accepting a layout and a block with the contents" do
it "can render truly nested layouts by accepting a layout and a block with the contents" do
mock_app do
template(:main_outer_layout) { "<h1>Title</h1>\n{{ yield }}" }
template(:an_inner_layout) { "<h2>Subtitle</h2>\n{{ yield }}" }