I'm curious if anyone knows a quick way to update the syntax. That is
be_true to be_truthy
mock to double
stub to double
For reasons that would take to long to explain here I can't use the transpec gem. Already tried and it didn't work. I found a bit of hack here
-> expected true to respond to true?
on that worked for most of my tests but I need my tests to reflect the actual changes.
Is command + shift + F search my only option here? I imagine I'm not the only one here who has done something similar. Thanks.