Skip to content

Commit

Permalink
Renamed RSpec/FilePath to RSpec/SpecFilePathFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
kpumuk committed Jun 12, 2024
1 parent 8df7242 commit 54f2ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop-rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RSpec/NamedSubject:

# Spec path should end with _spec (http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/FilePath)
# example: meta_tags/view_helper*displayingdescription*_spec.rb.
RSpec/FilePath:
RSpec/SpecFilePathFormat:
Enabled: false

# The second argument to describe should be the method being tested. '#instance' or '.class'. (http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/DescribeMethod)
Expand Down

0 comments on commit 54f2ba6

Please sign in to comment.