Sign in Sign up
rubygems

files

Ever want to create a whole bunch of files at once? Like when you're writing tests for a tool that processes files? The Files gem lets you cleanly specify those files and their contents inside your test code, instead of forcing you to 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.

Activity

Latest release
8y ago
Total releases
10
Cadence
~daily
Last 12 months
0

Details

First release
Jan 13, 2012
Releases
Version Released
0.4.0 minor
0.3.1 patch
0.3.0 minor
0.2.1 patch
0.2.0 minor
0.0.4 patch
0.1.0 minor
0.0.3 patch
0.0.2 patch
0.0.1 initial