File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33## Master (Unreleased)
44
5+ ## 2.31.0 (2025-03-10)
6+
57- Handle unknown HTTP status codes for ` RSpecRails/HttpStatus ` cop. ([ @viralpraxis ] )
68- Fix a false negative for ` RSpecRails/TravelAround ` cop when passed as a proc to a travel method. ([ @ydah ] )
79- Make RuboCop RSpecRails work as a RuboCop plugin. ([ @bquorning ] )
Original file line number Diff line number Diff line change 11name : rubocop-rspec_rails
22title : RuboCop RSpec Rails
3- version : ~
3+ version : ' 2.31 '
44nav :
55 - modules/ROOT/nav.adoc
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.30 .0'
7+ STRING = '2.31 .0'
88 end
99 end
1010end
You can’t perform that action at this time.
0 commit comments