class AbstractController::Testing::Me
Public Instance Methods
index()
click to toggle source
# File actionview/test/actionpack/abstract/abstract_controller_test.rb, line 16 def index self.response_body = "Hello world" "Something else" end