instance method
build_response
Ruby on Rails 4.0.13
Since v4.0.13Signature
build_response()
No documentation comment.
Source
# File actionpack/lib/action_controller/test_case.rb, line 612
def build_response
TestResponse.new
end
Defined in actionpack/lib/action_controller/test_case.rb line 612
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::TestCase::Behavior