toland / patron

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

Add encoding pragma for testing on 1.9 #108

Closed julik closed 8 years ago

julik commented 8 years ago

On 1.9, the file is not assumed to be UTF-8 by default, so to test with UTF-8 literals the encoding pragma is required.

julik commented 8 years ago

And green ;-)

toland commented 8 years ago

Yay!