Skip to content

Commit

Permalink
Remove deprecated class ::RuboCop::Cop::RSpec::Cop
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning authored and pirj committed Oct 22, 2020
1 parent d35a5e7 commit 0456132
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)

* Remove deprecated class `::RuboCop::Cop::RSpec::Cop`. ([@bquorning][])

## 2.0.0.pre (2020-10-22)

* Update RuboCop dependency to v1.0.0. ([@bquorning][])
Expand Down
1 change: 0 additions & 1 deletion lib/rubocop-rspec.rb
Expand Up @@ -20,7 +20,6 @@
require_relative 'rubocop/rspec/hook'
require_relative 'rubocop/rspec/variable'
require_relative 'rubocop/cop/rspec/base'
require_relative 'rubocop/cop/rspec/cop'
require_relative 'rubocop/rspec/align_let_brace'
require_relative 'rubocop/rspec/factory_bot'
require_relative 'rubocop/rspec/final_end_location'
Expand Down
10 changes: 0 additions & 10 deletions lib/rubocop/cop/rspec/cop.rb

This file was deleted.

2 changes: 1 addition & 1 deletion spec/project/default_config_spec.rb
Expand Up @@ -25,7 +25,7 @@
"#{namespace}/#{cop_name}"
end

cop_names - %w[RSpec/Cop RSpec/Base]
cop_names - %w[RSpec/Base]
end

let(:config_keys) do
Expand Down

0 comments on commit 0456132

Please sign in to comment.