summaryrefslogtreecommitdiff
path: root/spec/integration/core/git_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/core/git_spec.rb')
-rw-r--r--spec/integration/core/git_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/core/git_spec.rb b/spec/integration/core/git_spec.rb
index d431dbd..a678269 100644
--- a/spec/integration/core/git_spec.rb
+++ b/spec/integration/core/git_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
RSpec.describe Spandx::Core::Git do
- subject { described_class.new(url: url) }
+ subject { described_class.new(url:) }
let(:url) { 'https://github.com/spdx/license-list-data.git' }
let(:shell) { subject }