class IntegrationRequestsWithoutSetup::FooController
Public Instance Methods
ok()
click to toggle source
# File actionpack/test/controller/integration_test.rb, line 910 def ok cookies[:key] = "ok" render plain: "ok" end