File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
* Move our documentation from rubocop-rspec.readthedocs.io to docs.rubocop.org/rubocop-rspec. ([ @bquorning ] [ ] )
6
6
* Add ` RSpec/RepeatedIncludeExample ` cop. ([ @biinari ] [ ] )
7
+ * Fix false positives in ` RSpec/EmptyExampleGroup ` . ([ @pirj ] [ ] )
8
+
9
+ ## 1.43.2 (2020-08-25)
10
+
7
11
* Fix ` RSpec/FilePath ` when checking a file with a shared example. ([ @pirj ] [ ] )
8
12
* Fix subject nesting detection in ` RSpec/LeadingSubject ` . ([ @pirj ] [ ] )
9
- * Fix false positives in ` RSpec/EmptyExampleGroup ` . ([ @pirj ] [ ] )
10
13
11
14
## 1.43.1 (2020-08-17)
12
15
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 = '1.43.1 '
7
+ STRING = '1.43.2 '
8
8
end
9
9
end
10
10
end
You can’t perform that action at this time.
0 commit comments