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

Support 'mode' parameter for Dir.mkdir #19

Closed raeno closed 8 years ago

raeno commented 8 years ago

Also such parameter is supported now through options[:mode] by FileUtils.mkdir and FileUtils.mkdir_p

raeno commented 8 years ago

Ouch.. so many complains from hound about single-quotes. Do I need to fix them in this PR? Asking because almost all strings in code are 'single-quote'.

simonc commented 8 years ago

Hi @raeno and thank you for your two PR. Don't fix the HoundCI feedback, I disagree and will look for a way to tell it to stop complaining about it ;)

simonc commented 8 years ago

Thank you again, I pushed v0.5.0 with your fixes ;-)