Skip to content

Commit

Permalink
Merge pull request teampoltergeist#454 from wader/master
Browse files Browse the repository at this point in the history
Fix typo redirectUrl -> redirectURL
  • Loading branch information
route committed Feb 18, 2014
2 parents 09c6570 + 9c38813 commit 330fe1d
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 330fe1d

Please sign in to comment.