README.md in rubocop-rspec-2.31.0 vs README.md in rubocop-rspec-3.0.0.pre

- old
+ new

@@ -79,10 +79,10 @@ In your `.rubocop.yml`, you may treat the RSpec cops just like any other cop. For example: ```yaml -RSpec/FilePath: +RSpec/SpecFilePathFormat: Exclude: - spec/my_poorly_named_spec_file.rb ``` ## Contributing