# frozen_string_literal: true RSpec.describe Lutaml::XMI do it "has a version number" do expect(Lutaml::XMI::VERSION).not_to be nil end end