aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/layouts')
-rw-r--r--actionpack/test/fixtures/layouts/_column.html.erb2
-rw-r--r--actionpack/test/fixtures/layouts/_partial_and_yield.erb2
-rw-r--r--actionpack/test/fixtures/layouts/_yield_only.erb1
-rw-r--r--actionpack/test/fixtures/layouts/_yield_with_params.erb1
-rw-r--r--actionpack/test/fixtures/layouts/streaming.erb4
-rw-r--r--actionpack/test/fixtures/layouts/yield_with_render_inline_inside.erb2
-rw-r--r--actionpack/test/fixtures/layouts/yield_with_render_partial_inside.erb2
7 files changed, 0 insertions, 14 deletions
diff --git a/actionpack/test/fixtures/layouts/_column.html.erb b/actionpack/test/fixtures/layouts/_column.html.erb
deleted file mode 100644
index 96db002b8a..0000000000
--- a/actionpack/test/fixtures/layouts/_column.html.erb
+++ /dev/null
@@ -1,2 +0,0 @@
-<div id="column"><%= yield :column %></div>
-<div id="content"><%= yield %></div> \ No newline at end of file
diff --git a/actionpack/test/fixtures/layouts/_partial_and_yield.erb b/actionpack/test/fixtures/layouts/_partial_and_yield.erb
deleted file mode 100644
index 74cc428ffa..0000000000
--- a/actionpack/test/fixtures/layouts/_partial_and_yield.erb
+++ /dev/null
@@ -1,2 +0,0 @@
-<%= render :partial => 'test/partial' %>
-<%= yield %>
diff --git a/actionpack/test/fixtures/layouts/_yield_only.erb b/actionpack/test/fixtures/layouts/_yield_only.erb
deleted file mode 100644
index 37f0bddbd7..0000000000
--- a/actionpack/test/fixtures/layouts/_yield_only.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= yield %>
diff --git a/actionpack/test/fixtures/layouts/_yield_with_params.erb b/actionpack/test/fixtures/layouts/_yield_with_params.erb
deleted file mode 100644
index 68e6557fb8..0000000000
--- a/actionpack/test/fixtures/layouts/_yield_with_params.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= yield 'Yield!' %>
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
diff --git a/actionpack/test/fixtures/layouts/yield_with_render_inline_inside.erb b/actionpack/test/fixtures/layouts/yield_with_render_inline_inside.erb
deleted file mode 100644
index 7298d79690..0000000000
--- a/actionpack/test/fixtures/layouts/yield_with_render_inline_inside.erb
+++ /dev/null
@@ -1,2 +0,0 @@
-<%= render :inline => 'welcome' %>
-<%= yield %>
diff --git a/actionpack/test/fixtures/layouts/yield_with_render_partial_inside.erb b/actionpack/test/fixtures/layouts/yield_with_render_partial_inside.erb
deleted file mode 100644
index 74cc428ffa..0000000000
--- a/actionpack/test/fixtures/layouts/yield_with_render_partial_inside.erb
+++ /dev/null
@@ -1,2 +0,0 @@
-<%= render :partial => 'test/partial' %>
-<%= yield %>