diff options
Diffstat (limited to 'spec/unit/dotnet/index_spec.rb')
| -rw-r--r-- | spec/unit/dotnet/index_spec.rb | 2 |
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') } |
