aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-05-22 17:25:55 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-05-22 17:26:27 -0700
commit5097bd624110e190fee8033542db5d993a27696b (patch)
tree7ec0c40ff712b36dac71edb82e1bb7c49523a6a1
parentfb64263c9181f247207919f1187934e29c4fe83c (diff)
downloadrails-5097bd624110e190fee8033542db5d993a27696b.tar.gz
rails-5097bd624110e190fee8033542db5d993a27696b.tar.bz2
rails-5097bd624110e190fee8033542db5d993a27696b.zip
Modify render_test's determine_layout to match RJS
-rw-r--r--actionpack/test/controller/render_test.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/actionpack/test/controller/render_test.rb b/actionpack/test/controller/render_test.rb
index a750f018b8..9e42d1738a 100644
--- a/actionpack/test/controller/render_test.rb
+++ b/actionpack/test/controller/render_test.rb
@@ -625,9 +625,7 @@ class TestController < ActionController::Base
"accessing_params_in_template_with_layout",
"render_with_explicit_template",
"render_with_explicit_string_template",
- "render_js_with_explicit_template",
- "render_js_with_explicit_action_template",
- "delete_with_js", "update_page", "update_page_with_instance_variables"
+ "update_page", "update_page_with_instance_variables"
"layouts/standard"
when "action_talk_to_layout", "layout_overriding_layout"