spec/support/test_server.rb in patron-0.7.1 vs spec/support/test_server.rb in patron-0.8.0

- old
+ new

@@ -26,9 +26,10 @@ require 'yaml' require 'webrick' require 'webrick/https' require 'openssl' +require 'zlib' include WEBrick # This ugly little hack is necessary to make the specs pass when running # the test_server script under Ruby 1.9. URI::Parser#to_yaml generates