Skip to content

Commit f1048eb

Browse files
committed
Merge branch '1.43-bugfixes'
2 parents 318df37 + fd7009b commit f1048eb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44

55
* Move our documentation from rubocop-rspec.readthedocs.io to docs.rubocop.org/rubocop-rspec. ([@bquorning][])
66
* Add `RSpec/RepeatedIncludeExample` cop. ([@biinari][])
7+
* Fix false positives in `RSpec/EmptyExampleGroup`. ([@pirj][])
8+
9+
## 1.43.2 (2020-08-25)
10+
711
* Fix `RSpec/FilePath` when checking a file with a shared example. ([@pirj][])
812
* Fix subject nesting detection in `RSpec/LeadingSubject`. ([@pirj][])
9-
* Fix false positives in `RSpec/EmptyExampleGroup`. ([@pirj][])
1013

1114
## 1.43.1 (2020-08-17)
1215

lib/rubocop/rspec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RuboCop
44
module RSpec
55
# Version information for the RSpec RuboCop plugin.
66
module Version
7-
STRING = '1.43.1'
7+
STRING = '1.43.2'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)