Skip to content

Commit

Permalink
Fix delegation of response_headers method.
Browse files Browse the repository at this point in the history
[#332 state:resolved]
  • Loading branch information
djanowski committed Apr 13, 2010
1 parent 38e6998 commit 2a6c67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webrat/core/session.rb
Expand Up @@ -65,7 +65,7 @@ class Session
attr_reader :current_url
attr_reader :elements

def_delegators :@adapter, :response, :response_code, :response_body,
def_delegators :@adapter, :response, :response_code, :response_body, :response_headers,
:response_body=, :response_code=,
:get, :post, :put, :delete

Expand Down

0 comments on commit 2a6c67b

Please sign in to comment.