1
0
Fork 0
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:
Niko Dittmann 2010-07-03 13:30:06 +02:00 committed by Julien Kirch
parent 527b1816bd
commit a6e3f85684
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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