mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-12 07:35:13 -05:00
Collections' "written" attribute has been changed to "output".
This is a follow-up to 068d921ef6.
This commit is contained in:
@@ -67,8 +67,8 @@ class TestCollections < Test::Unit::TestCase
|
||||
assert_equal @collection.to_liquid["relative_directory"], "_methods"
|
||||
end
|
||||
|
||||
should "have a written attribute" do
|
||||
assert_equal @collection.to_liquid["written"], false
|
||||
should "have a output attribute" do
|
||||
assert_equal @collection.to_liquid["output"], false
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user