Skip to content

Commit

Permalink
Fixed another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chancancode committed May 12, 2012
1 parent dd3f069 commit 13fbbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_mechanize_http_agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@ def test_response_redirect_header

assert_equal URI('http://fake.example/http_headers'), page.uri

assert_match 'range|bytes=0-999', page.body
assert_match 'range|bytes=0-9999', page.body
refute_match 'content-type|application/x-www-form-urlencoded', page.body
refute_match 'content-length|9999', page.body
end
Expand Down

0 comments on commit 13fbbe8

Please sign in to comment.