1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Remove the now unused Capybara#current_session= method.

This commit is contained in:
Tristan Dunn 2011-01-22 15:26:38 -05:00
parent b89175dd17
commit 675302884a

View file

@ -102,10 +102,6 @@ module Capybara
private
def current_session=(session)
session_pool[session_namespace] = session
end
def session_namespace
"#{current_driver}#{app.object_id}"
end