Fix RSpec/DescribedClass cop (#25104)

This commit is contained in:
Matt Jankowski
2023-06-06 07:58:33 -04:00
committed by GitHub
parent 1e243e2df7
commit c42591356d
66 changed files with 347 additions and 414 deletions

View File

@ -0,0 +1,6 @@
inherit_from: ../../.rubocop.yml
# Anonymous controllers in specs cannot access described_class
# https://github.com/rubocop/rubocop-rspec/blob/master/lib/rubocop/cop/rspec/described_class.rb#L36-L39
RSpec/DescribedClass:
SkipBlocks: true