summaryrefslogtreecommitdiff
path: root/spec/xml/kit/kit_spec.rb
blob: c693b3af92f55017d1be898a38c567b049ddf37d (plain)
1
2
3
4
5
# frozen_string_literal: true

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