Skip to content

Commit af2f724

Browse files
bquorningpirj
authored andcommitted
Bump version to v1.40.0
1 parent 5d8f75d commit af2f724

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Master (Unreleased)
44

5+
## 1.40.0 (2020-06-11)
6+
57
* Add new `RSpec/VariableName` cop. ([@tejasbubane][])
68
* Add new `RSpec/VariableDefinition` cop. ([@tejasbubane][])
79
* Expand `Capybara/VisibilityMatcher` to support more than just `have_selector`. ([@twalpole][])

config/default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ RSpec/FilePath:
231231
IgnoreMethods: false
232232
SpecSuffixOnly: false
233233
VersionAdded: '1.2'
234+
VersionChanged: '1.40'
234235
StyleGuide: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/FilePath
235236

236237
RSpec/Focus:

lib/rubocop/rspec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RuboCop
44
module RSpec
55
# Version information for the RSpec RuboCop plugin.
66
module Version
7-
STRING = '1.39.0'
7+
STRING = '1.40.0'
88
end
99
end
1010
end

manual/cops_rspec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ expect { my_app.print_report }.to output('Hello World').to_stdout
11561156

11571157
Enabled by default | Safe | Supports autocorrection | VersionAdded | VersionChanged
11581158
--- | --- | --- | --- | ---
1159-
Enabled | Yes | No | 1.2 | -
1159+
Enabled | Yes | No | 1.2 | 1.40
11601160

11611161
Checks that spec file paths are consistent and well-formed.
11621162

0 commit comments

Comments
 (0)