mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 17:28:29 -05:00
Will now have to render the post, not just transform it.
This commit is contained in:
@@ -267,9 +267,10 @@ class TestPost < Test::Unit::TestCase
|
||||
context "#excerpt" do
|
||||
setup do
|
||||
file = "2013-01-02-post-excerpt.markdown"
|
||||
@post = setup_post(file)
|
||||
@post.process(file)
|
||||
@post.read_yaml(@source, file)
|
||||
@post.transform
|
||||
do_render(@post)
|
||||
end
|
||||
|
||||
should "return first paragraph by default" do
|
||||
|
||||
Reference in New Issue
Block a user