1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00
Commit graph

8 commits

Author SHA1 Message Date
Jon Rowe
c6a791f752 convert == to eq to avoid warnings, (all were done for concistency)
(cherry picked from commit 0b6e74593a)
Signed-off-by: Larry Gilbert <larry@l2g.to>

Conflicts:
	spec/request_spec.rb
2014-02-03 13:18:31 -08:00
Larry Gilbert
d7dc9bbfa7 Use IO#closed? instead of temp file count to test file closure in spec
Hopefully this takes care of the spurious spec failures described in
issue #163.

(cherry picked from commit 5cb0da475e)
2014-01-25 13:51:56 -08:00
Matt Manning
dac3f48e26 include WebMock::API to get rid of deprecation warnings 2013-10-30 12:41:11 -07:00
Evan Smith
8b7927591b updated to call Base#close when finished transmitting 2011-07-05 15:56:27 -07:00
Julien Kirch
8a9c6d7383 adding :block_response parameter 2010-12-07 19:50:54 +01:00
Niko Dittmann
ec7e9923cc ! ruby 1.9.2 spec loading 2010-07-04 15:47:06 +02:00
Julien Kirch
3b35565015 do not extract param for get request if the value isn't a Hash, this should improve ompatibility 2010-05-30 09:51:59 +02:00
Julien Kirch
1afbc2a929 added parameter passing for get request using the :param key in header 2010-05-25 20:05:41 +02:00