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