From ad6e15e5b5629e80860a3d26db8118feef4bc3e4 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Thu, 22 Jul 2010 20:36:29 -0400 Subject: [PATCH] Update SectionSpaces class name to work with template autoloading, changing .txt to desired (not actual) output so the test will fail. --- .../{Sections_Spaces.php => SectionsSpaces.php} | 2 +- examples/sections_spaces/sections_spaces.mustache | 4 ++-- examples/sections_spaces/sections_spaces.txt | 7 ++++--- 3 files changed, 7 insertions(+), 6 deletions(-) rename examples/sections_spaces/{Sections_Spaces.php => SectionsSpaces.php} (86%) diff --git a/examples/sections_spaces/Sections_Spaces.php b/examples/sections_spaces/SectionsSpaces.php similarity index 86% rename from examples/sections_spaces/Sections_Spaces.php rename to examples/sections_spaces/SectionsSpaces.php index 79db095..9b5adb8 100644 --- a/examples/sections_spaces/Sections_Spaces.php +++ b/examples/sections_spaces/SectionsSpaces.php @@ -1,6 +1,6 @@