rubocop-rspec icon indicating copy to clipboard operation
rubocop-rspec copied to clipboard

Detect iterations over range in FactoryBot/CreateList

Open Darhazer opened this issue 5 years ago • 0 comments

When I initially implemented the cop, I left the case when someone uses (1..n).each {} and added check only for .times iteration. I feel now it's the time to improve on that

Darhazer avatar Oct 23 '20 11:10 Darhazer