Closed mmx900 closed 6 months ago
Fixed RuboCop errors that occurred after #689. These errors seem to be caused by upgrading rubocop-* gems. For example, rubocop-rspec, which was 2.13.2, added RSpec/Rails/InferredSpecType since 2.14.
config.infer_spec_type_from_file_location!
Context
Fixed RuboCop errors that occurred after #689. These errors seem to be caused by upgrading rubocop-* gems. For example, rubocop-rspec, which was 2.13.2, added RSpec/Rails/InferredSpecType since 2.14.
Summary of Changes
config.infer_spec_type_from_file_location!
to satisfy RSpec/Rails/InferredSpecType.Checklist
Screenshots
Before
After