public Method

Runner.reset!

Reset the current session. This is useful for testing multiple sessions in a single test case.

Source Code

# File action_controller/integration.rb, line 388
def reset!
  @integration_session = open_session
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.