From c9ef9c1442f0b33a0641466398801aa69ce141f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Strza=C5=82kowski?= Date: Wed, 7 Aug 2013 00:18:52 +0200 Subject: Move remaining layouts tests to AV --- .../fixtures/actionpack/layouts/yield_with_render_partial_inside.erb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 actionview/test/fixtures/actionpack/layouts/yield_with_render_partial_inside.erb (limited to 'actionview/test/fixtures/actionpack/layouts/yield_with_render_partial_inside.erb') 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 %> -- cgit v1.2.3