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
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
..
integration Work around travis jruby-19mode test failures. 2015-06-09 18:05:54 -07:00
unit Drop backwards-compatibility for Resource.new. 2016-05-01 18:21:24 -04:00
helpers.rb Remove args from Response and normalize method. 2016-05-01 16:57:54 -04:00
spec_helper.rb Fix up tests for non HTTP_PROXY supporting ruby. 2015-04-24 12:54:19 -07:00