Collections' "written" attribute has been changed to "output".

This is a follow-up to 068d921ef6.
This commit is contained in:
Parker Moore 2014-04-27 15:56:02 -04:00
parent 3a610882f6
commit bac4075128
1 changed files with 2 additions and 2 deletions

View File

@ -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