I got this error (Error: Property AutoCorrect of cop FactoryBot/CreateList is supposed to be a boolean and contextual is not.) installing gem on latest rails using - config/rspec.yml.
To fix it, we have to update rubocop to "~> 1.61" and "rubocop-rspec", "~> 3.0.1"
I got this error (
Error: Property AutoCorrect of cop FactoryBot/CreateList is supposed to be a boolean and contextual is not.
) installing gem on latest rails using- config/rspec.yml
.To fix it, we have to update
rubocop
to"~> 1.61"
and"rubocop-rspec", "~> 3.0.1"