class MetalRenderTest

Public Instance Methods

test_access_to_logger_in_view() click to toggle source
# File actionpack/test/controller/render_test.rb, line 603
def test_access_to_logger_in_view
  get :accessing_logger_in_template
  assert_equal "NilClass", @response.body
end