diff options
Diffstat (limited to 'spec/spandx')
| -rw-r--r-- | spec/spandx/gitlab_spec.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/spandx/gitlab_spec.rb b/spec/spandx/gitlab_spec.rb new file mode 100644 index 0000000..abfacc4 --- /dev/null +++ b/spec/spandx/gitlab_spec.rb @@ -0,0 +1,9 @@ +RSpec.describe Spandx::Gitlab do + it "has a version number" do + expect(Spandx::Gitlab::VERSION).not_to be nil + end + + it "does something useful" do + expect(false).to eq(true) + end +end |
