Source: show | on GitHub
# File actionpack/test/abstract/abstract_controller_test.rb, line 209 def fail() self.response_body = "fail" end
# File actionpack/test/abstract/abstract_controller_test.rb, line 207 def index() self.response_body = "success" end