lib/rubocop/rspec/language.rb in rubocop-rspec-1.37.1 vs lib/rubocop/rspec/language.rb in rubocop-rspec-1.38.0

- old
+ new

@@ -92,9 +92,21 @@ prepend_after after append_after ] ) + + module Scopes + ALL = SelectorSet.new( + %i[ + each + example + context + all + suite + ] + ) + end end module Helpers ALL = SelectorSet.new(%i[let let!]) end