1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00

Fix typo redirectUrl -> redirectURL

Is named redirectURL in web_page.coffee
This commit is contained in:
Mattias Wadman 2014-02-16 13:56:10 +01:00
parent 09c6570dea
commit 9c3881370e

View file

@ -21,7 +21,7 @@ module Capybara::Poltergeist::NetworkTraffic
end
def redirect_url
@data['redirectUrl']
@data['redirectURL']
end
def body_size