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