1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00
rest-client--rest-client/spec/unit
Andy Brody 5a5914f5c5 Drop backwards-compatibility for Resource.new.
Ancient versions of rest-client allowed you to do this:

  RestClient::Resource.new(url, username, pass)

Drop support for this since it was unnecessarily confusing. Instead:

    RestClient::Resource.new(url, user: username, password: pass)

Fixes: #467
2016-05-01 18:21:24 -04:00
..
windows Fix up tests for encoding changes. 2015-03-13 18:00:51 -07:00
_lib.rb Fix up tests for encoding changes. 2015-03-13 18:00:51 -07:00
abstract_response_spec.rb Don't attempt to follow redirection w/o Location. 2016-05-01 17:07:41 -04:00
exceptions_spec.rb Add compatibility tests. 2015-11-11 17:20:48 -08:00
master_shake.jpg Reorganize specs 2013-08-30 18:45:06 -07:00
payload_spec.rb Fix up tests for encoding changes. 2015-03-13 18:00:51 -07:00
raw_response_spec.rb Remove args from Response and normalize method. 2016-05-01 16:57:54 -04:00
request2_spec.rb Append GET params with & when adding more. 2015-11-08 00:56:58 -08:00
request_spec.rb Remove args from Response and normalize method. 2016-05-01 16:57:54 -04:00
resource_spec.rb Drop backwards-compatibility for Resource.new. 2016-05-01 18:21:24 -04:00
response_spec.rb Remove args from Response and normalize method. 2016-05-01 16:57:54 -04:00
restclient_spec.rb Fix up tests for encoding changes. 2015-03-13 18:00:51 -07:00
utils_spec.rb Fix up tests for encoding changes. 2015-03-13 18:00:51 -07:00