# frozen_string_literal: true RSpec.describe Rubocop::Ruby23 do it "has a version number" do expect(Rubocop::Ruby23::VERSION).not_to be nil end end