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:
parent
b89175dd17
commit
675302884a
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue