I was about to refactor one of my old ruby apps when I realized that I didn’t want to write more cucumber features and scenarios. I do bdd whenever I can (I even wrote a detailed post about it), but in ruby I don’t want to have test cases both under ./features for cucumber and ./spec for rspec any more. I know that it is possible to run both of them at once, but that is not simple: it makes automa