diff options
Diffstat (limited to 'spec/spandx_spec.rb')
| -rw-r--r-- | spec/spandx_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spandx_spec.rb b/spec/spandx_spec.rb index d54af22..2f76224 100644 --- a/spec/spandx_spec.rb +++ b/spec/spandx_spec.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true RSpec.describe Spandx do - specify { expect(Spandx::VERSION).not_to be nil } + specify { expect(Spandx::VERSION).not_to be_nil } end |
