aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/actionpack/layouts/yield_with_render_partial_inside.erb
diff options
context:
space:
mode:
authorŁukasz Strzałkowski <lukasz.strzalkowski@gmail.com>2013-08-07 00:18:52 +0200
committerŁukasz Strzałkowski <lukasz.strzalkowski@gmail.com>2013-08-25 11:39:14 +0200
commitc9ef9c1442f0b33a0641466398801aa69ce141f1 (patch)
tree55dd9a7512b86befc81187a2eddb33690555f4bc /actionview/test/fixtures/actionpack/layouts/yield_with_render_partial_inside.erb
parent53e65e177210ae4fc7958a2e4b082b1a80d274d6 (diff)
downloadrails-c9ef9c1442f0b33a0641466398801aa69ce141f1.tar.gz
rails-c9ef9c1442f0b33a0641466398801aa69ce141f1.tar.bz2
rails-c9ef9c1442f0b33a0641466398801aa69ce141f1.zip
Move remaining layouts tests to AV
Diffstat (limited to 'actionview/test/fixtures/actionpack/layouts/yield_with_render_partial_inside.erb')
-rw-r--r--actionview/test/fixtures/actionpack/layouts/yield_with_render_partial_inside.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionview/test/fixtures/actionpack/layouts/yield_with_render_partial_inside.erb b/actionview/test/fixtures/actionpack/layouts/yield_with_render_partial_inside.erb
new file mode 100644
index 0000000000..74cc428ffa
--- /dev/null
+++ b/actionview/test/fixtures/actionpack/layouts/yield_with_render_partial_inside.erb
@@ -0,0 +1,2 @@
+<%= render :partial => 'test/partial' %>
+<%= yield %>