diff options
Diffstat (limited to 'actionpack/test/fixtures')
l--------- | actionpack/test/fixtures/layout_tests/layouts/symlinked | 1 | ||||
-rw-r--r-- | actionpack/test/fixtures/symlink_parent/symlinked_layout.erb | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/layout_tests/layouts/symlinked b/actionpack/test/fixtures/layout_tests/layouts/symlinked new file mode 120000 index 0000000000..0ddc1154ab --- /dev/null +++ b/actionpack/test/fixtures/layout_tests/layouts/symlinked @@ -0,0 +1 @@ +../../symlink_parent
\ No newline at end of file diff --git a/actionpack/test/fixtures/symlink_parent/symlinked_layout.erb b/actionpack/test/fixtures/symlink_parent/symlinked_layout.erb new file mode 100644 index 0000000000..bda57d0fae --- /dev/null +++ b/actionpack/test/fixtures/symlink_parent/symlinked_layout.erb @@ -0,0 +1,5 @@ +This is my layout + +<%= yield %> + +End. |