File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 22
33## Master (Unreleased)
44
5+ ## 2.32.0 (2025-11-12)
6+
57- Add ` RSpecRails/HttpStatusNameConsistency ` cop. ([ @taketo1113 ] )
68- Support correcting ` assert_response ` assertion in in ` RSpec/Rails/MinitestAssertions ` . ([ @nzlaura ] )
79
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RSpecRails/HttpStatus:
3838RSpecRails/HttpStatusNameConsistency :
3939 Description : Enforces consistency by using the current HTTP status names.
4040 Enabled : pending
41- VersionAdded : " <<next>> "
41+ VersionAdded : ' 2.32 '
4242 Reference : https://www.rubydoc.info/gems/rubocop-rspec_rails/RuboCop/Cop/RSpecRails/HttpStatusNameConsistency
4343
4444RSpecRails/InferredSpecType :
Original file line number Diff line number Diff line change 11name : rubocop-rspec_rails
22title : RuboCop RSpec Rails
3- version : ~
3+ version : ' 2.32 '
44nav :
55 - modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ it { is_expected.to have_http_status :ok }
220220| Pending
221221| Yes
222222| Always
223- | <<next>>
223+ | 2.32
224224| -
225225|===
226226
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module RuboCop
44 module RSpecRails
55 # Version information for the RSpec Rails RuboCop plugin.
66 module Version
7- STRING = '2.31 .0'
7+ STRING = '2.32 .0'
88 end
99 end
1010end
You can’t perform that action at this time.
0 commit comments