diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-14 12:18:02 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-14 12:18:02 -0600 |
| commit | 1f2128c4a2dd18f6c05535e702f288c2472844d1 (patch) | |
| tree | 1fff7ea922249b038ccf578d3963a4ea889c5a51 /spec/spandx/gitlab_spec.rb | |
initial commit
Diffstat (limited to 'spec/spandx/gitlab_spec.rb')
| -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 |
