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 11b1fa4 + c633c86 commit b395672Copy full SHA for b395672
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 2.0.1 (2020-12-02)
6
+
7
* Fixed infinite loop in `RSpec/ExpectActual` autocorrection when both expected and actual values are literals. ([@Darhazer][])
8
9
## 2.0.0 (2020-11-06)
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '2.0.0'
+ STRING = '2.0.1'
end
10
0 commit comments