module Capybara
def specified_session
def specified_session if threadsafe Thread.current.thread_variable_get :capybara_specified_session else @specified_session ||= nil end end
def specified_session if threadsafe Thread.current.thread_variable_get :capybara_specified_session else @specified_session ||= nil end end