Author of `rails5-spec-converter` here. I've been looking for ways to advertise this gem and wouldn't have guessed someone would find it via the reverse_dependencies API :)<p>I don't think there's anything RSpec-specific in the gem other than the default filename glob, which you can override on the command line. If there are any other issues transforming non-RSpec suites I'd love to fix them.
I forget who said it, but "Programs that write programs are the happiest programs of all".<p>I find these kinds of transformations <i>so much fun</i> they're like the coolest part of programming.
If anyone is looking for a similar tool for JS, I've used codemods to great effect.<p><a href="https://vramana.github.io/blog/2015/12/21/codemod-tutorial/" rel="nofollow">https://vramana.github.io/blog/2015/12/21/codemod-tutorial/</a>
Relatedly, I wrote this to automatically rewrite rails controllers that wanted to implement strong params<p><a href="http://ruru.name/entries/upgrading-rails-to-use-strong-params-automatically" rel="nofollow">http://ruru.name/entries/upgrading-rails-to-use-strong-param...</a><p>not "smart" but worked well enough for me