Skip to content

Commit

Permalink
Remove use of deprecated method.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Feb 19, 2009
1 parent a4c647e commit 821c906
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/celerity/browser.rb
Expand Up @@ -125,8 +125,7 @@ def close

def url
assert_exists
# will be renamed getUrl => getRequestUrl
@page.getWebResponse.getUrl.toString
@page.getWebResponse.getRequestUrl.toString
end

#
Expand Down

0 comments on commit 821c906

Please sign in to comment.