1# frozen_string_literal: true 2 3RSpec.describe Scim::Kit do 4 specify { expect(Scim::Kit::VERSION).not_to be_nil } 5end