Subscribe to RSS

Tag Archives: rake

Generating Multiple RSpec Files from a Design Document

A small Rakefile task to automagically generate your spec files from a specially formatted design document of specifications.

A Redaction of Sorts

A while ago I wrote that Merb reads in custom rake tasks in lib/tasks/*.rake. This doesn’t appear to be the case anymore, at least not the last few times I tried. The latest commits of Merb core have a Rakefile with the friendly reminder to put custom rake tasks at the bottom of it. I’m [...]