Skip to content

Commit

Permalink
Introduce session_class method
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Aug 13, 2009
1 parent a8c5af2 commit 22a0600
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/webrat/core/session.rb
Expand Up @@ -12,6 +12,10 @@ class PageLoadError < WebratError
class InfiniteRedirectError < WebratError
end

def self.session_class
Session
end

def self.adapter_class
case Webrat.configuration.mode
when :rails
Expand Down

0 comments on commit 22a0600

Please sign in to comment.