Getting functional tests running.

This commit is contained in:
Reinier Balt 2012-04-19 00:02:42 +02:00
parent fd433d76d8
commit 76340b780c
22 changed files with 267 additions and 216 deletions

View file

@ -170,7 +170,7 @@ module LoginSystem
# store current uri in the session.
# we can return to this location by calling return_location
def store_location
session['return-to'] = request.request_uri
session['return-to'] = request.url
end
# move to the last store_location call or to the passed default one