diff options
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r-- | actionpack/test/fixtures/layouts/standard.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/layouts/standard.rhtml b/actionpack/test/fixtures/layouts/standard.rhtml index fcb28ec755..368764e6f4 100644 --- a/actionpack/test/fixtures/layouts/standard.rhtml +++ b/actionpack/test/fixtures/layouts/standard.rhtml @@ -1 +1 @@ -<html><%= @content_for_layout %></html>
\ No newline at end of file +<html><%= @content_for_layout %><%= @variable_for_layout %></html>
\ No newline at end of file |