Francis Hwang ha scritto:
> Greetings!
> 
> Next down my non-stop pipeline of absolutely necessary libraries that 
> only I seem to need: FileSystem, a library that will mock out File, 
> FileUtils, Dir, and other file-dependent built-in classes. It aims to 
> simulate an entire file-system in memory for the purposes of testing.
> 
> http://rubyforge.org/projects/filesystem/

first: this seem incredibly cool.
second: would'nt something like "FS::Mock"  or "test/filesystem" be a 
better name? when I first saw this on rubyforge I thought it was some 
kind of VFS :)