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
Kosuke Asami
4086123c31 Use 'double' instead of 'mock' about rspec-mock
'mock' is deprecated after rspec-mock 2.14.0.rc1(2013-05-27 released).
'mock' method may be removed for rspec-mock 3.0.0.

And, this fixes can remove following warnings.
DEPRECATION: mock is deprecated. Use double instead. Called from ...

(cherry picked from commit c0fd016dc3)

Conflicts:
	spec/request_spec.rb
2014-01-24 19:28:55 -08:00
Jeff Remer
3e7949d08f Added PATCH method and corresponding spec tests 2011-06-05 00:31:40 +02:00
Niko Dittmann
ec7e9923cc ! ruby 1.9.2 spec loading 2010-07-04 15:47:06 +02:00
Julien Kirch
e61a2bd842 add support for options. Closes #37 2010-07-02 23:21:32 +02:00
Julien Kirch
16a4dbf9dd First try(cherry picked from commit eece9eda0487969e582ef97e6a41f86780a53d08) 2010-01-09 11:14:58 +01:00
Julien Kirch
026f2ea360 Tabs to space 2009-12-29 18:27:39 +01:00
Adam Wiggins
109ad553dc RestClient.head 2009-02-10 13:55:54 -08:00
Adam Wiggins
be75302792 organize specs to match lib 2009-01-24 14:55:18 -08:00