Skip to content

Commit

Permalink
Fix typo redirectUrl -> redirectURL
Browse files Browse the repository at this point in the history
Is named redirectURL in web_page.coffee
  • Loading branch information
wader committed Feb 16, 2014
1 parent 09c6570 commit 9c38813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capybara/poltergeist/network_traffic/response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def headers
end

def redirect_url
@data['redirectUrl']
@data['redirectURL']
end

def body_size
Expand Down

0 comments on commit 9c38813

Please sign in to comment.