Commit failing test for lack of certain excerpt drop properties.
This commit is contained in:
parent
5a339cc735
commit
c46f219d3c
|
@ -29,6 +29,10 @@ class TestExcerptDrop < JekyllUnitTest
|
|||
assert_equal @excerpt_drop["layout"], @doc_drop["layout"]
|
||||
end
|
||||
|
||||
should "be inspectable" do
|
||||
refute_empty @excerpt_drop.inspect
|
||||
end
|
||||
|
||||
should "inherit values from the document" do
|
||||
assert_equal @excerpt_drop.keys.sort, @doc_drop.keys.sort
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue