summaryrefslogtreecommitdiff
path: root/spec/unit/dotnet/index_spec.rb
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2024-12-31 11:51:58 -0700
committermo khan <mo@mokhan.ca>2024-12-31 14:40:07 -0700
commit78c6a086164aa83ce2e4e57daadfbdb53a31a37f (patch)
tree2718cbb345bb3c8257ccbaf9e1b8e7913699a3a5 /spec/unit/dotnet/index_spec.rb
parent80d59246ec0752128548d6c61a2d44ec498771d7 (diff)
feat: Add support for Ruby 3.2+HEADv0.19.0main
Diffstat (limited to 'spec/unit/dotnet/index_spec.rb')
-rw-r--r--spec/unit/dotnet/index_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/dotnet/index_spec.rb b/spec/unit/dotnet/index_spec.rb
index 2a873de..50e1ed1 100644
--- a/spec/unit/dotnet/index_spec.rb
+++ b/spec/unit/dotnet/index_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
RSpec.describe Spandx::Dotnet::Index do
- subject { described_class.new(directory: directory, gateway: gateway) }
+ subject { described_class.new(directory:, gateway:) }
let(:gateway) { instance_double(Spandx::Dotnet::NugetGateway) }
let(:directory) { Dir.mktmpdir('spandx') }