
Use a BINARY encoded string when doing read/write comparisons. 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. Closes #20 See merge request !8