Source: show | on GitHub
# File actionpack/test/controller/integration_test.rb, line 1104 def ok cookies[:key] = 'ok' render plain: 'ok' end