rubocop-rspec
rubocop-rspec copied to clipboard
RSpec/DescribeClass ignores Rails' metadata for specs that could have a described constant
Typically, models, controllers, jobs, channels, generators, mailboxes, mailers and helpers have their classes.
Is there a good reason to ignore them in RSpec/DescribeClass and not insist on putting the class, or class name as the first argument to the topmost example group?