Method: ActionController::TestRequest.new_session
- Defined in:
- actionpack/lib/action_controller/test_case.rb
.new_session ⇒ Object
42 43 44 |
# File 'actionpack/lib/action_controller/test_case.rb', line 42 def self.new_session TestSession.new end |