Sometimes you want to create a whole bunch of files at once, like when you're testing a tool that processes a whole bunch of files. The Files gem lets you cleanly specify those files and their contents inside your test code, instead of making you create a fixture directory and check it in to your repo. It puts them in a temporary directory and cleans up when your test is done.
Required Ruby Version
None
Authors
Alex Chaffee
Versions
- 0.4.0 September 13, 2018 (59.5 KB)
- 0.3.1 October 15, 2012 (58 KB)
- 0.3.0 September 13, 2012 (58 KB)
- 0.2.1 January 25, 2012 (57.5 KB)
- 0.2.0 January 24, 2012 (57.5 KB)
- 0.0.1 January 13, 2012 (54.5 KB)