simonc / memfs

MemFs provides a fake file system that can be used for tests. Strongly inspired by FakeFS.
MIT License
320 stars 27 forks source link

invalid access mode r:bom|utf-8 #16

Closed mikz closed 9 years ago

mikz commented 9 years ago

YAML.load_file is broken with memfs. It tries to load file with r:bom|utf-8 access mode and fails.

simonc commented 9 years ago

Thank you for the feedback. It should be fixed now :)