Introduce session_class method
This commit is contained in:
parent
a8c5af2b7a
commit
22a06000f9
@ -12,6 +12,10 @@ module Webrat
|
|||||||
class InfiniteRedirectError < WebratError
|
class InfiniteRedirectError < WebratError
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def self.session_class
|
||||||
|
Session
|
||||||
|
end
|
||||||
|
|
||||||
def self.adapter_class
|
def self.adapter_class
|
||||||
case Webrat.configuration.mode
|
case Webrat.configuration.mode
|
||||||
when :rails
|
when :rails
|
||||||
|
Loading…
Reference in New Issue
Block a user