summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/spandx/gitlab_spec.rb8
1 files changed, 1 insertions, 7 deletions
diff --git a/spec/spandx/gitlab_spec.rb b/spec/spandx/gitlab_spec.rb
index abfacc4..b564b45 100644
--- a/spec/spandx/gitlab_spec.rb
+++ b/spec/spandx/gitlab_spec.rb
@@ -1,9 +1,3 @@
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
+ specify { expect(Spandx::Gitlab::VERSION).not_to be_nil }
end