Skip to content

Commit

Permalink
fixup! Change an incorrect version key
Browse files Browse the repository at this point in the history
  • Loading branch information
pirj committed Jun 11, 2020
1 parent ba2f7ce commit 424b9e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/default.yml
Expand Up @@ -231,7 +231,7 @@ RSpec/FilePath:
IgnoreMethods: false
SpecSuffixOnly: false
VersionAdded: '1.2'
VersionUpdated: '1.40'
VersionChanged: '1.40'
StyleGuide: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/FilePath

RSpec/Focus:
Expand Down
3 changes: 1 addition & 2 deletions manual/cops_rspec.md
Expand Up @@ -1156,7 +1156,7 @@ expect { my_app.print_report }.to output('Hello World').to_stdout

Enabled by default | Safe | Supports autocorrection | VersionAdded | VersionChanged
--- | --- | --- | --- | ---
Enabled | Yes | No | 1.2 | -
Enabled | Yes | No | 1.2 | 1.40

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

Expand Down Expand Up @@ -1225,7 +1225,6 @@ Name | Default value | Configurable values
CustomTransform | `{"RuboCop"=>"rubocop", "RSpec"=>"rspec"}` |
IgnoreMethods | `false` | Boolean
SpecSuffixOnly | `false` | Boolean
VersionUpdated | `1.40` | String

### References

Expand Down

0 comments on commit 424b9e4

Please sign in to comment.