estately / rets

A pure-ruby library for fetching data from RETS servers
https://github.com/estately/rets
127 stars 94 forks source link

ensure cookie store exists #133

Closed hfaulds closed 9 years ago

hfaulds commented 9 years ago

Noticed loading from a non-existant cookie store caused an exception (previous to using http-cookie it was possible).

I assumed saving would exception as well if the file was removed after initialization but before saving. It appears I was incorrect but I think the test is useful anyway.