diff options
Diffstat (limited to 'spec/unit/gitlab_spec.rb')
| -rw-r--r-- | spec/unit/gitlab_spec.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/unit/gitlab_spec.rb b/spec/unit/gitlab_spec.rb new file mode 100644 index 0000000..997c067 --- /dev/null +++ b/spec/unit/gitlab_spec.rb @@ -0,0 +1,5 @@ +# frozen_string_literal: true + +RSpec.describe Spandx::Gitlab do + specify { expect(Spandx::Gitlab::VERSION).not_to be_nil } +end |
