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 2
2
3
3
## Master (Unreleased)
4
4
5
+ ## 2.10.0 (2022-04-19)
6
+
5
7
* Fix a false positive for ` RSpec/EmptyExampleGroup ` when expectations in case statement. ([ @ydah ] [ ] )
6
8
* Add ` RSpec/VerifiedDoubleReference ` cop. ([ @t3h2mas ] [ ] )
7
9
* Make ` RSpec/BeNil ` cop configurable with a ` be_nil ` style and a ` be ` style. ([ @bquorning ] [ ] )
Original file line number Diff line number Diff line change 1
1
name : rubocop-rspec
2
2
title : RuboCop RSpec
3
- version : master
3
+ version : ' 2.10 '
4
4
nav :
5
5
- modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module RuboCop
4
4
module RSpec
5
5
# Version information for the RSpec RuboCop plugin.
6
6
module Version
7
- STRING = '2.9 .0'
7
+ STRING = '2.10 .0'
8
8
end
9
9
end
10
10
end
You can’t perform that action at this time.
0 commit comments