class RuboCop::RSpec::Plugin

def supported?(context)

def supported?(context)
  context.engine == :rubocop
end