Skip to content

Releases: rubocop/rubocop-rspec_rails

RuboCop RSpec Rails v2.28.3

11 Apr 08:20
d64bcd7
Compare
Choose a tag to compare
  • Fix an error for Ambiguous cop name RSpec/Rails/HttpStatus. (@ydah)

RuboCop RSpec Rails v2.28.2

30 Mar 23:53
2f02f4b
Compare
Choose a tag to compare
  • 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 v2.28.1

28 Mar 22:53
b141576
Compare
Choose a tag to compare
  • 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 v2.28.0

28 Mar 08:33
6d628e6
Compare
Choose a tag to compare
  • Extracted from rubocop-rspec into a separate repository. (@ydah)