Justin Blake's
old programming blog

Cucumber & RSpec boilerplate with bddgen

by Justin Blake on November 22, 2010

Whenever I add things like Cucumber and RSpec to a ruby project, I always have to go back to old (or other people’s) code to remember the best way to add and configure things. Particularly the rake tasks. So I wrote a gem to generate all that boilerplate for me. I called it bddgen. It can do YARD too.

All the instructions are in the README on github. I almost repeated it all here. Then I didn’t.

Of course, this is for projects that don’t already have generators for things like that. If you’re writing a rails app or something, then it’s not for you.

Discuss: Comments

blog comments powered by Disqus