Render a head response, but don't touch default headers
Source: show | on GitHub
# File actionpack/test/controller/test_case_test.rb, line 1018 def leave_alone head :ok end
# File actionpack/test/controller/test_case_test.rb, line 1012 def remove_header headers.delete params[:header] head :ok, 'C' => '3' end