diff options
author | Marcel Molina <marcel@vernix.org> | 2005-11-18 08:32:17 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2005-11-18 08:32:17 +0000 |
commit | 62fe5bbfb1493bd069a1ebcb5ee45531e49a6582 (patch) | |
tree | 490a981041ff2a4d4c51bbd302d311926331f840 /actionpack/test/controller/new_render_test.rb | |
parent | 97d5f4acdfb986c5dc26f7c48518ef8a7d26f8bb (diff) | |
download | rails-62fe5bbfb1493bd069a1ebcb5ee45531e49a6582.tar.gz rails-62fe5bbfb1493bd069a1ebcb5ee45531e49a6582.tar.bz2 rails-62fe5bbfb1493bd069a1ebcb5ee45531e49a6582.zip |
Make rjs templates always implicitly skip out on layouts.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3084 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/controller/new_render_test.rb')
-rw-r--r-- | actionpack/test/controller/new_render_test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actionpack/test/controller/new_render_test.rb b/actionpack/test/controller/new_render_test.rb index 7cd17f1d55..00458b698a 100644 --- a/actionpack/test/controller/new_render_test.rb +++ b/actionpack/test/controller/new_render_test.rb @@ -192,7 +192,8 @@ class NewRenderTestController < ActionController::Base "partial_only", "partial_only_with_layout", "accessing_params_in_template", "accessing_params_in_template_with_layout", - "render_with_explicit_template" + "render_with_explicit_template", + "test_rendering_rjs_action_explicitly" "layouts/standard" when "builder_layout_test" "layouts/builder" |