Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Get rid of RackSession
Looks like dead code
  • Loading branch information
sr committed Jun 24, 2009
1 parent 5eeceff commit 3e7886e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
2 changes: 0 additions & 2 deletions lib/webrat/core/session.rb
Expand Up @@ -20,8 +20,6 @@ def self.session_class
MerbSession
when :selenium
SeleniumSession
when :rack
RackSession
when :sinatra
SinatraSession
when :mechanize
Expand Down
24 changes: 0 additions & 24 deletions lib/webrat/rack.rb

This file was deleted.

2 changes: 1 addition & 1 deletion lib/webrat/sinatra.rb
Expand Up @@ -2,7 +2,7 @@
require "sinatra/test"

module Webrat
class SinatraSession < RackSession
class SinatraSession < Session
include Sinatra::Test

attr_reader :request, :response
Expand Down

0 comments on commit 3e7886e

Please sign in to comment.