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.
2 parents 9ca2541 + 0cb5dc5 commit 77f026bCopy full SHA for 77f026b
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 3.0.2 (2024-07-02)
6
+
7
- Fix wrong autocorrect for `RSpec/ScatteredSetup` when hook contains heredoc. ([@earlopain])
8
- Fix false negative for `RSpec/PredicateMatcher` when expectation contains custom failure message. ([@earlopain])
9
- Facilitate the 3.0 upgrade flow with proper extracted cop messages. ([@jeppester])
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '3.0.1'
+ STRING = '3.0.2'
end
10
0 commit comments