README.md in rubocop-rspec-1.1.0 vs README.md in rubocop-rspec-1.2.0
- old
+ new
@@ -64,10 +64,10 @@
In your `.rubocop.yml`, you may treat the RSpec cops just like any other
cop. For example:
```yaml
-RSpec/FileName:
+RSpec/FilePath:
Exclude:
- spec/my_poorly_named_spec_file.rb
```