We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Given:
RSpec/ExpectChange: EnforcedStyle: block
the cop is missing the following:
expect { paint_users! } .to change(users.green, :count).by(1) .and change(PaintedAdmins.where('color ilike ?', color), :count).by(0)