class RuboCop::Cop::RSpec::LetBeforeExamples

def self.autocorrect_incompatible_with

def self.autocorrect_incompatible_with
  [RSpec::ScatteredLet]
end