Skip to content

Commit b08c95b

Browse files
committed
Retire TopLevelDescribe
Why? - it was slow #925 (comment) - it ignored non-describe top-level example groups #925 (comment) `TopLevelGroup` is a modern replacement for `TopLevelDescribe`. Examples how to migrate cops from TopLevelDescribe to TopLevelGroup: - #932 - #977
1 parent ec9c8b9 commit b08c95b

File tree

2 files changed

+0
-53
lines changed

2 files changed

+0
-53
lines changed

lib/rubocop-rspec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
require_relative 'rubocop/rspec/version'
1010
require_relative 'rubocop/rspec/inject'
1111
require_relative 'rubocop/rspec/node'
12-
require_relative 'rubocop/rspec/top_level_describe'
1312
require_relative 'rubocop/rspec/wording'
1413
require_relative 'rubocop/rspec/language'
1514
require_relative 'rubocop/rspec/language/node_pattern'

lib/rubocop/rspec/top_level_describe.rb

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)