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 292f6cb commit 398f6fcCopy full SHA for 398f6fc
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 1.38.0 (2020-02-11)
6
+
7
* Fix `RSpec/InstanceVariable` detection inside custom matchers. ([@pirj][])
8
* Fix `RSpec/ScatteredSetup` to distinguish hooks with different metadata. ([@pirj][])
9
* Add autocorrect support for `RSpec/ExpectActual` cop. ([@dduugg][], [@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.37.1'
+ STRING = '1.38.0'
end
10
0 commit comments