# frozen_string_literal: true require 'rubocop-rspec' module Rubocop module Cop module RSpec class Base < RuboCop::Cop::RSpec::Base end end end end