From 4af08e4f0c4d2959cde073ccd2d704421240582d Mon Sep 17 00:00:00 2001
From: Ben Hollis <ben@benhollis.net>
Date: Mon, 26 Dec 2011 15:53:32 -0800
Subject: [PATCH] Failing test case that shows non-default layouts improperly
 generating an output file.

---
 features/builder.feature                  | 1 +
 fixtures/test-app/source/other_layout.erb | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 fixtures/test-app/source/other_layout.erb

diff --git a/features/builder.feature b/features/builder.feature
index 0fbeeb04..1d4a8a02 100644
--- a/features/builder.feature
+++ b/features/builder.feature
@@ -21,6 +21,7 @@ Feature: Builder
       | _partial                                      |
       | _liquid_partial                               |
       | layout                                        |
+      | other_layout                                  |
       | layouts/custom                                |
       | layouts/content_for                           |
       
diff --git a/fixtures/test-app/source/other_layout.erb b/fixtures/test-app/source/other_layout.erb
new file mode 100644
index 00000000..e4d2addd
--- /dev/null
+++ b/fixtures/test-app/source/other_layout.erb
@@ -0,0 +1 @@
+This is another layout!
\ No newline at end of file