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