You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using your awesome gem to upgrade a huge codebase's specs to use expect syntax rather than should. It would not be possible without this tool!
We also want to remove dependency on RR which we use for mocking/stubbing. Now RSpec is really good for that we want to use RSpec mocking.
I forked the gem to have it ignore mock and stub and not convert them to doubles. I want to extend it to convert these to RSpec syntax. It's going to be kinda complicated. And I welcome any advice you have on how to do this.
I don't have a good understanding of how the dynamic analysis is used in the translation phase of the gem.
@kurisu no I haven't. I haven't had time to work on it and there's no bandwidth at work for me to take this on. But I really want to! I'm hopeful that this gem can help, but I have limited understanding of how it works.
I'm using your awesome gem to upgrade a huge codebase's specs to use
expect
syntax rather thanshould
. It would not be possible without this tool!We also want to remove dependency on RR which we use for mocking/stubbing. Now RSpec is really good for that we want to use RSpec mocking.
I forked the gem to have it ignore
mock
andstub
and not convert them to doubles. I want to extend it to convert these to RSpec syntax. It's going to be kinda complicated. And I welcome any advice you have on how to do this.I don't have a good understanding of how the dynamic analysis is used in the translation phase of the gem.
Here's a sample of what RR syntax can look like:
The text was updated successfully, but these errors were encountered: