lib/rubocop/cop/rspec/pending.rb in rubocop-rspec-1.42.0 vs lib/rubocop/cop/rspec/pending.rb in rubocop-rspec-1.43.0
- old
+ new
@@ -29,10 +29,10 @@
# end
#
# # good
# describe MyClass do
# end
- class Pending < Cop
+ class Pending < Base
MSG = 'Pending spec found.'
PENDING = Examples::PENDING + Examples::SKIPPED + ExampleGroups::SKIPPED
SKIPPABLE = ExampleGroups::GROUPS + Examples::EXAMPLES