aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_render_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/controller/new_render_test.rb')
-rw-r--r--actionpack/test/controller/new_render_test.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/actionpack/test/controller/new_render_test.rb b/actionpack/test/controller/new_render_test.rb
index a1ed9f71d0..5652803e1d 100644
--- a/actionpack/test/controller/new_render_test.rb
+++ b/actionpack/test/controller/new_render_test.rb
@@ -209,7 +209,10 @@ class NewRenderTestController < ActionController::Base
"accessing_params_in_template",
"accessing_params_in_template_with_layout",
"render_with_explicit_template",
- "test_rendering_rjs_action_explicitly"
+ "render_js_with_explicit_template",
+ "render_js_with_explicit_action_template",
+ "delete_with_js"
+
"layouts/standard"
when "builder_layout_test"
"layouts/builder"