Ethon::Easy cookies hacks modified to reflect the new version of Typhoeus

This commit is contained in:
erwanlr
2013-04-11 12:56:40 +02:00
parent dc109f12d8
commit 3245063a74
3 changed files with 5 additions and 5 deletions

View File

@@ -267,7 +267,7 @@ describe Browser do
cache_ttl: 250,
headers: { 'User-Agent' => 'SomeUA' },
ssl_verifypeer: false, ssl_verifyhost: 0,
cookie_jar: cookie_jar, cookie_file: cookie_jar
cookiejar: cookie_jar, cookiefile: cookie_jar
}
}