We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b778a commit 68105c8Copy full SHA for 68105c8
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 1.44.0 (2020-10-20)
6
+
7
* Move our documentation from rubocop-rspec.readthedocs.io to docs.rubocop.org/rubocop-rspec. ([@bquorning][])
8
* Add `RSpec/RepeatedIncludeExample` cop. ([@biinari][])
9
* Add `RSpec/StubbedMock` cop. ([@bquorning][], [@pirj][])
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '1.43.2'
+ STRING = '1.44.0'
end
10
0 commit comments