Methods
- S
- T
Included Modules
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 actionview/test/actionpack/controller/layout_test.rb, line 66 def test_third_party_template_library_auto_discovers_layout with_template_handler :mab, lambda { |template| template.source.inspect } do @controller = ThirdPartyTemplateLibraryController.new get :hello assert_response :success assert_equal 'layouts/third_party_template_library.mab', @response.body end end