mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
! one more 1.9.2 loading fix
This commit is contained in:
parent
527b1816bd
commit
a6e3f85684
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
- add response body in Exception#inspect
|
||||
- add support for RestClient.options
|
||||
- fix tests for 1.9.2 (patch provided by Niko Dittmann)
|
||||
|
||||
# 1.6.0
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.dirname(__FILE__) + '/../base'
|
||||
require File.join( File.dirname(File.expand_path(__FILE__)), '../base')
|
||||
|
||||
describe RestClient::Request do
|
||||
describe "ssl verification" do
|
||||
|
|
Loading…
Add table
Reference in a new issue