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