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 9eb23a6 + 728fcc6 commit ff213aeCopy full SHA for ff213ae
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 3.0.4 (2024-08-05)
6
+
7
- Fix false-negative for `UnspecifiedException` when matcher is chained. ([@r7kamura])
8
9
## 3.0.3 (2024-07-12)
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.3'
+ STRING = '3.0.4'
end
10
0 commit comments