# frozen_string_literal: true RSpec.describe Xml::Kit do specify { expect(Xml::Kit::VERSION).not_to be_nil } end