Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d8c1f3 + 49af87f commit f5edab1Copy full SHA for f5edab1
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 1.35.0 (2019-08-02)
6
+
7
* Add `RSpec/ImplicitBlockExpectation` cop. ([@pirj][])
8
9
## 1.34.1 (2019-07-31)
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '1.34.1'
+ STRING = '1.35.0'
end
10
0 commit comments