summaryrefslogtreecommitdiff
path: root/spec/unit/gitlab_spec.rb
blob: 997c067e1f9c336d4a59f238c1bbb9131f6c21f8 (plain)
1
2
3
4
5
# frozen_string_literal: true

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