class Spec::Rails::Example::FunctionalExampleGroup

def session

rendering a view, calling a helper or calling a controller action.
Provides acces to the session hash. Use this before or after
def session
  request.session
end