diff options
Diffstat (limited to 'actionpack/test/controller')
-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" |