diff options
Diffstat (limited to 'actionpack/test/fixtures/layouts/_yield_with_params.erb')
-rw-r--r-- | actionpack/test/fixtures/layouts/_yield_with_params.erb | 1 |
1 files changed, 0 insertions, 1 deletions
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!' %> |