aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/layouts/streaming.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/layouts/streaming.erb')
-rw-r--r--actionpack/test/fixtures/layouts/streaming.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/layouts/streaming.erb b/actionpack/test/fixtures/layouts/streaming.erb
new file mode 100644
index 0000000000..d3f896a6ca
--- /dev/null
+++ b/actionpack/test/fixtures/layouts/streaming.erb
@@ -0,0 +1,4 @@
+<%= yield :header -%>
+<%= yield -%>
+<%= yield :footer -%>
+<%= yield(:unknown).presence || "." -%> \ No newline at end of file