toland / patron

Ruby HTTP client based on libcurl
http://toland.github.com/patron/
MIT License
541 stars 73 forks source link

require securerandom in session_spec #134

Closed mmoll closed 8 years ago

julik commented 8 years ago

Why is this necessary? You had problems when running session_spec.rb in an editor?

mmoll commented 8 years ago

I had errors running that test under Ruby 2.3 on Debian

julik commented 8 years ago

Thanks, will also add it to the Travis matrix

On 17 jul. 2016, at 14:36, Michael Moll notifications@github.com wrote:

I had errors running that test under Ruby 2.3 on Debian

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread.

julik commented 8 years ago

@mmoll I have solved it a little differently in https://github.com/toland/patron/commit/f9b91c2979ee084957d4465a88058d47e13ed564 - can you check if that works for you?

mmoll commented 8 years ago

it does, thanks!

julik commented 8 years ago

🚀 Thanks for checking!