1# frozen_string_literal: true 2 3RSpec.describe DIDKit do 4 it "has a version number" do 5 expect(DIDKit::VERSION).not_to be nil 6 end 7end