Fix rubocop-rspec warnings for RSpec/AnyInstance and RSpec/InstanceVariable #846
Labels
code quality
Primarily about code quality metrics (rather than deeper refactoring)
good first issue
This issue should be suitable for less experienced developers
help offered
I would be very happy to help less experienced developers tackle this issue (advice/pairing/etc)
main app
DEPRECATED: main_app before the core plugin refactor (was: 'core' stuff that isn't in plugins)
plugin
DEPRECATED: split into core/features/support (was: about a plugin or the code that supports them)
tests
Tests and test infrastructure (CI, etc)
Currently there are two categories of warning from rubocop-rspec which have not been fixed:
24 warnings for RSpec/AnyInstance, spread across 6 files (all request specs)
245195135 warnings for RSpec/InstanceVariable, spread across15105 files (a mixture ofshared examples,model specs, mailer specs, and request specs)The text was updated successfully, but these errors were encountered: