Return response after requesting pages

This commit is contained in:
Bryan Helmkamp 2008-11-06 12:09:15 -05:00
parent 4d3e7f785b
commit 16c23bbfb7
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ module Webrat
@current_url = url
@http_method = http_method
@data = data
return response
end
def success_code?