From bac40751281b6b87326faac42ecaa0dc0575f2d6 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 27 Apr 2014 15:56:02 -0400 Subject: [PATCH] Collections' "written" attribute has been changed to "output". This is a follow-up to 068d921ef649501ffc8cf57f2a3b124c7378a9c5. --- test/test_collections.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_collections.rb b/test/test_collections.rb index 3171b4fd..eb8a7e32 100644 --- a/test/test_collections.rb +++ b/test/test_collections.rb @@ -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