mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-05 20:25:00 -05:00
fix indentation of test
This commit is contained in:
@@ -323,17 +323,17 @@ class TestPost < Test::Unit::TestCase
|
||||
|
||||
context "with custom excerpt" do
|
||||
setup do
|
||||
file = "2013-04-11-custom-excerpt.markdown"
|
||||
@post.process(file)
|
||||
file = "2013-04-11-custom-excerpt.markdown"
|
||||
@post.process(file)
|
||||
@post.read_yaml(@source, file)
|
||||
@post.transform
|
||||
end
|
||||
end
|
||||
|
||||
should "use custom excerpt" do
|
||||
assert_equal("<p>I can set a custom excerpt with <em>markdown</em></p>", @post.excerpt)
|
||||
end
|
||||
assert_equal("<p>I can set a custom excerpt with <em>markdown</em></p>", @post.excerpt)
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user