diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-14 12:20:24 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-14 12:20:24 -0600 |
| commit | 00551f2ddb90297c92bf71547f0e75fc5c88790f (patch) | |
| tree | 206edb7727862f9db1bd13c0eb4946bfa85e06a2 /spec/spandx/gitlab_spec.rb | |
| parent | 1f2128c4a2dd18f6c05535e702f288c2472844d1 (diff) | |
Update gemspec
Diffstat (limited to 'spec/spandx/gitlab_spec.rb')
| -rw-r--r-- | spec/spandx/gitlab_spec.rb | 8 |
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 |
