Closed MGotink closed 9 years ago
Is missing config in spec_helper
config.mock_with :rspec do |mocks|
mocks.syntax = :expect
+ mocks.verify_partial_doubles = true
end
Hmm, 1.9.2 is failing, no idea why, do we still want to support it?
It's probably evaling the const before it's defined by the require statement... so, either we can refactor now to use the code from the generator, or just do the release without this then take our time on the refactor
Since you're doing the work right now, you can decide :)
@bf4, any ideas for the old reek fix, or just keep it this way for now?
I suppose this way for now...
B mobile phone
On May 22, 2015, at 2:37 PM, Martin Gotink notifications@github.com wrote:
@bf4, any ideas for the old reek fix, or just keep it this way for now?
— Reply to this email directly or view it on GitHub.
I just pushed 4.12.0. I couldn't remember my password, so didn't sign it.. will bump a patch if I can remember.
As noted by @bf4 in #258.