Methods
- S
- T
Instance Public methods
setup()
Link
test_application_layout_is_default_when_no_controller_match()
Link
test_controller_name_layout_name_match()
Link
test_namespaced_controllers_auto_detect_layouts1()
Link
test_namespaced_controllers_auto_detect_layouts2()
Link
test_third_party_template_library_auto_discovers_layout()
Link
# File actionpack/test/controller/layout_test.rb, line 58 def test_third_party_template_library_auto_discovers_layout @controller = ThirdPartyTemplateLibraryController.new get :hello assert_response :success assert_equal 'layouts/third_party_template_library.mab', @response.body end