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