
This is a bit of a cheat really, but `#read` returns an ASCII encoded string, where as our ruby generates UTF-8 encoded strings, causing assertion failures. Fixes #20
This is a bit of a cheat really, but `#read` returns an ASCII encoded string, where as our ruby generates UTF-8 encoded strings, causing assertion failures. Fixes #20