summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-12-25 15:05:13 -0700
committermo khan <mo.khan@gmail.com>2020-12-25 15:05:13 -0700
commit61adca360db445f9fd5497899bdc476598e809bb (patch)
tree34661aacecb3989ba814e6d05f75f00e18042214 /spec
parent6a03a01afea22bb46ed9da3c1b7889378e9dd13d (diff)
style: fix linter errors
Diffstat (limited to 'spec')
-rw-r--r--spec/unit/ruby/gateway_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/unit/ruby/gateway_spec.rb b/spec/unit/ruby/gateway_spec.rb
index fa62f2c..32b2150 100644
--- a/spec/unit/ruby/gateway_spec.rb
+++ b/spec/unit/ruby/gateway_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
RSpec.describe Spandx::Ruby::Gateway do
subject { described_class.new }