Skip to content

Commit

Permalink
Return response after requesting pages
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Nov 6, 2008
1 parent 4d3e7f7 commit 16c23bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/webrat/core/session.rb
Expand Up @@ -91,6 +91,8 @@ def request_page(url, http_method, data)
@current_url = url
@http_method = http_method
@data = data

return response
end

def success_code?
Expand Down

0 comments on commit 16c23bb

Please sign in to comment.