From 2b69afb35bd1b123e00d3efabce0d4c4aefdd008 Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 14 Apr 2020 12:43:20 -0600 Subject: Fix linter errors --- spec/spandx/gitlab_spec.rb | 2 ++ spec/spec_helper.rb | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'spec') 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 diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index d641367..8dd5ce7 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,9 +1,11 @@ -require "bundler/setup" -require "spandx/gitlab" +# frozen_string_literal: true + +require 'bundler/setup' +require 'spandx/gitlab' RSpec.configure do |config| # Enable flags like --only-failures and --next-failure - config.example_status_persistence_file_path = ".rspec_status" + config.example_status_persistence_file_path = '.rspec_status' # Disable RSpec exposing methods globally on `Module` and `main` config.disable_monkey_patching! -- cgit v1.2.3