rubocop / rubocop-rspec

Code style checking for RSpec files.
https://docs.rubocop.org/rubocop-rspec
MIT License
794 stars 272 forks source link

Fix an error for `RSpecRails/HttpStatus` #1849

Closed ydah closed 3 months ago

ydah commented 3 months ago

Fix: https://github.com/rubocop/rubocop-rspec_rails/issues/9


Before submitting the PR make sure the following are checked:

Strech commented 3 months ago

I'm confused with a new set of dependencies, why rubocop-rspec depends on rubocop-rspec_rails when rspec is completely independent of Rails?

ydah commented 3 months ago

This was temporarily revived, so close it.

ydah commented 3 months ago

I'm confused with a new set of dependencies, why rubocop-rspec depends on rubocop-rspec_rails when rspec is completely independent of Rails?

For backward compatibility. The next major version will be completely independent.