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