10 Commits

Author SHA1 Message Date
Mislav Marohnić
9b3923f62c move WEBrick SSL config to script/test 2012-08-16 18:21:00 +02:00
Mislav Marohnić
bcdd1f3edb stop using Webmock
We only used it for one test (now removed) and it doesn't support
Net::HTTP::Persistent, preventing us from testing that adapter properly.
2012-08-12 15:59:45 +02:00
David Lee
b93bf82934 Add test_ssl_configure 2012-04-18 13:54:31 -07:00
Mislav Marohnić
a019a11946 cleanup Net::HTTP-specific tests 2012-04-15 14:33:21 +02:00
Mislav Marohnić
9c49b0b4c4 properly skip adapter tests if LIVE env variable isn't configured 2012-04-14 23:02:10 +02:00
Jerry Cheung
265c02e771 refactor adapter tests to use modules for shared tests 2012-04-14 23:00:45 +02:00
Nathaniel Bibler
b470b42758 Fix grammar on test name 2012-03-29 15:42:24 -04:00
Nathaniel Bibler
3cb8fb21ff Wrap known exceptions which bubble up through Net::HTTP 2012-03-29 15:34:26 -04:00
Mislav Marohnić
d6d86dd043 extract multipart stuff from Adapter to Request::Multipart middleware 2011-03-26 21:20:21 +01:00
Mislav Marohnić
8c5701f8ea enable net/http adapter to use gzip for GET
also get rid of `full_path_for`; replaced with `url.request_uri`
2011-03-26 21:16:42 +01:00