Project

General

Profile

« Previous | Next » 

Revision b71907ec

Added by Lukas Zapletal almost 6 years ago

Fixes #23875 - removed old session tests

View differences:

test/controllers/application_controller_subclass_test.rb
get :index
end
it "doesn't escalate privileges in the old session" do
old_session = session
get :index
refute old_session.keys.include?(:user), "old session contains user"
assert session[:user], "new session doesn't contain user"
end
it "retains taxonomy session attributes in new session" do
get :index, session: {:location_id => taxonomies(:location1).id,
:organization_id => taxonomies(:organization1).id,

Also available in: Unified diff