tjgrathwell / rails5-spec-converter

A tool to upgrade Rails 4-style specs to Rails 5-style
MIT License
176 stars 14 forks source link

Tool to convert RR to RSpec for mocking and stubbing #12

Open kjvarga opened 5 years ago

kjvarga commented 5 years ago

Hi there,

I just want to say thanks for your gem. I used it as a base to write a similar gem to convert from RR for mocking and stubbing to RSpec syntax. You can check it out here: https://github.com/kjvarga/rr-to-rspec-converter

This was my first time playing with a Ruby AST parser. It was pretty neat!

Regards, Karl