Method: Web::Testing#reset_session

Defined in:
lib/web/testing.rb

#reset_sessionObject

Reset the session used by the test framework. Call prior to all tests that rely on the session being clean



234
235
236
# File 'lib/web/testing.rb', line 234

def reset_session
  @@test_session = nil
end