From: shasckaw Date: 2004-03-15T02:54:35+09:00 Subject: [help] unit testing when dealing with files Hello! I'm writting some code wich makes MD5 checksum on some files. I'd like to write a unit test for that code, but I don't know how to proceed. I have the same problem with another piece of code which launch a command line which generate some files. How can I unit test such things? Should I use ruby mock? How? Or something else? And then what? I need help, please! Thanks, Lio