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.
1 parent 3ca0704 commit a1723a6Copy full SHA for a1723a6
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 1.30.1 (2018-11-01)
6
+
7
* `FactoryBot/CreateList` now ignores `times` blocks with an argument. ([@Darhazer][])
8
9
## 1.30.0 (2018-10-08)
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '1.30.0'.freeze
+ STRING = '1.30.1'.freeze
end
10
0 commit comments