If you’ve tried to use Machinist and autotest (part of ZenTest) you have probably seen this exception that prevented you from using it:
1 |
`method_missing': No sham defined for name |
It’s discussed in the machinist Google Group as well.
It’s because of a wacky hack that’s part of Machinist that overrides Module.name so you can do Sham.name
, but ZenTest expects Module.name to do what it does normally.
I have a fix for this.
Continue reading “How to make Machinist and Autotest coexist”