summaryrefslogtreecommitdiff
path: root/spec/spandx_spec.rb
blob: 2f762245e3ce474ce76c979f091297bf34def619 (plain)
1
2
3
4
5
# frozen_string_literal: true

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