From d1725929852ab9da48f7ff7c4fa7f401ac55c331 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 23 Jul 2005 08:43:01 +0000 Subject: Added test for template to layout variable transfer git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1904 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/fixtures/layouts/talk_from_action.rhtml | 2 ++ actionpack/test/fixtures/test/action_talk_to_layout.rhtml | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 actionpack/test/fixtures/layouts/talk_from_action.rhtml create mode 100644 actionpack/test/fixtures/test/action_talk_to_layout.rhtml (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/layouts/talk_from_action.rhtml b/actionpack/test/fixtures/layouts/talk_from_action.rhtml new file mode 100644 index 0000000000..215dfd27ac --- /dev/null +++ b/actionpack/test/fixtures/layouts/talk_from_action.rhtml @@ -0,0 +1,2 @@ +<%= @title %> +<%= @content_for_layout -%> \ No newline at end of file diff --git a/actionpack/test/fixtures/test/action_talk_to_layout.rhtml b/actionpack/test/fixtures/test/action_talk_to_layout.rhtml new file mode 100644 index 0000000000..36e896daa8 --- /dev/null +++ b/actionpack/test/fixtures/test/action_talk_to_layout.rhtml @@ -0,0 +1,2 @@ +<% @title = "Talking to the layout" -%> +Action was here! \ No newline at end of file -- cgit v1.2.3