class AbstractController::Testing::ControllerWithHelpers

Public Instance Methods

with_module() click to toggle source
# File actionview/test/actionpack/abstract/helper_test.rb, line 14
def with_module
  render inline: "Module <%= included_method %>"
end