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