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