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 9eedc93 commit a3ecf1bCopy full SHA for a3ecf1b
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 2.26.1 (2024-01-05)
6
+
7
- Fix an error for `RSpec/SharedExamples` when using examples without argument. ([@ydah])
8
9
## 2.26.0 (2024-01-04)
lib/rubocop/rspec_rails/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '2.26.0'
+ STRING = '2.26.1'
end
10
0 commit comments