class RuboCop::RSpec::Plugin

def about

:nocov:
def about
  LintRoller::About.new(
    name: 'rubocop-rspec',
    version: Version::STRING,
    homepage: 'https://github.com/rubocop/rubocop-rspec',
    description: 'Code style checking for RSpec files.'
  )
end