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, 0 insertions, 4 deletions
diff --git a/actionpack/test/fixtures/layouts/streaming.erb b/actionpack/test/fixtures/layouts/streaming.erb
deleted file mode 100644
index d3f896a6ca..0000000000
--- a/actionpack/test/fixtures/layouts/streaming.erb
+++ /dev/null
@@ -1,4 +0,0 @@
-<%= yield :header -%>
-<%= yield -%>
-<%= yield :footer -%>
-<%= yield(:unknown).presence || "." -%> \ No newline at end of file