Methods
T
Instance Public methods
test_direct_render_to_string()
# File actionpack/test/controller/render_test.rb, line 568
def test_direct_render_to_string
  ac = ActionController::Base.new()
  assert_equal "Hello world!", ac.render_to_string(template: 'test/hello_world')
end