Source: show | on GitHub
# File actionview/test/actionpack/abstract/abstract_controller_test.rb, line 15 def index self.response_body = "Hello world" "Something else" end