Mike Auclair
Mike Auclair
Was the removal of Rails 3.0.x support intentional with bin 0.7.0? All appears to work when the active_support dependency in the gemspec is rolled back to ~> 3.0.0
## Summary - Switches `CallerInfo` to use `runtime.Callers()` to pull the stack instead of repeatedly calling `runtime.Caller()` ## Changes - Buffer 10 stack frames at a time by switching to...
## Summary - For mocks on functions that take complex types as arg, `Sprintf`-ing the `actual` value can be costly. Switch successful matches to use thunks to lazily render their...