Libraries
»
actionpack
(3.0.7)
»
Index
»
ActionController
»
TestSession
»
#exists?
Method: ActionController::TestSession#exists?
Defined in:
lib/action_controller/test_case.rb
#
exists?
⇒
Boolean
Returns:
(
Boolean
)
205
# File 'lib/action_controller/test_case.rb', line 205
def
exists?
;
true
;
end