diff options
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 |
commit | c9ef9c1442f0b33a0641466398801aa69ce141f1 (patch) | |
tree | 55dd9a7512b86befc81187a2eddb33690555f4bc /actionview/test/fixtures/actionpack/layouts/yield_with_render_inline_inside.erb | |
parent | 53e65e177210ae4fc7958a2e4b082b1a80d274d6 (diff) | |
download | rails-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_inline_inside.erb')
-rw-r--r-- | actionview/test/fixtures/actionpack/layouts/yield_with_render_inline_inside.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionview/test/fixtures/actionpack/layouts/yield_with_render_inline_inside.erb b/actionview/test/fixtures/actionpack/layouts/yield_with_render_inline_inside.erb new file mode 100644 index 0000000000..7298d79690 --- /dev/null +++ b/actionview/test/fixtures/actionpack/layouts/yield_with_render_inline_inside.erb @@ -0,0 +1,2 @@ +<%= render :inline => 'welcome' %> +<%= yield %> |