rubocop-rspec_rails

Code style checking for Rails-related RSpec files.

MIT License

Downloads
5.3M
Stars
16
Committers
137

Bot releases are hidden (Show)

rubocop-rspec_rails - RuboCop RSpec Rails v2.28.3

Published by ydah 6 months ago

  • Fix an error for Ambiguous cop name RSpec/Rails/HttpStatus. (@ydah)
rubocop-rspec_rails - RuboCop RSpec Rails v2.28.2

Published by ydah 7 months ago

  • Fix a NameError by Cross-Referencing. (@ydah)
  • Fix an error for RSpecRails/HttpStatus when no rack gem is loaded with rubocop-rspec. (@ydah)
  • Fix an error for unrecognized cop or department RSpecRails/HttpStatus when also using rubocop-rails. (@ydah)
rubocop-rspec_rails - RuboCop RSpec Rails v2.28.1

Published by ydah 7 months ago

  • Implicit dependency on RuboCop RSpec. Note that if you use rubocop-rspec_rails, you must also explicitly add rubocop-rspec to the Gemfile, because you are changing to an implicit dependency on RuboCop RSpec. (@ydah)
rubocop-rspec_rails - RuboCop RSpec Rails v2.28.0

Published by ydah 7 months ago

  • Extracted from rubocop-rspec into a separate repository. (@ydah)