Skip to content

Commit

Permalink
Merge commit 'pdcawley/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Jun 15, 2009
2 parents d620e66 + 58601c4 commit 6231e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webrat/core/session.rb
Expand Up @@ -144,7 +144,7 @@ def success_code? #:nodoc:
end

def redirect? #:nodoc:
response_code / 100 == 3
(response_code / 100).to_i == 3
end

def internal_redirect?
Expand Down

0 comments on commit 6231e6e

Please sign in to comment.