summaryrefslogtreecommitdiff
path: root/spec/spandx
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-14 12:43:20 -0600
committermo khan <mo.khan@gmail.com>2020-04-14 12:43:20 -0600
commit2b69afb35bd1b123e00d3efabce0d4c4aefdd008 (patch)
treee750f551d075ef48f944b09d108f8a466d675c33 /spec/spandx
parent82d9dfd9e98e90e5457c5f079e2c65252518d199 (diff)
Fix linter errors
Diffstat (limited to 'spec/spandx')
-rw-r--r--spec/spandx/gitlab_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/spandx/gitlab_spec.rb b/spec/spandx/gitlab_spec.rb
index b564b45..997c067 100644
--- a/spec/spandx/gitlab_spec.rb
+++ b/spec/spandx/gitlab_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
RSpec.describe Spandx::Gitlab do
specify { expect(Spandx::Gitlab::VERSION).not_to be_nil }
end