summaryrefslogtreecommitdiff
path: root/spec/unit/dotnet/parsers/sln_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/dotnet/parsers/sln_spec.rb')
-rw-r--r--spec/unit/dotnet/parsers/sln_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/dotnet/parsers/sln_spec.rb b/spec/unit/dotnet/parsers/sln_spec.rb
index 50b86d7..0effd8a 100644
--- a/spec/unit/dotnet/parsers/sln_spec.rb
+++ b/spec/unit/dotnet/parsers/sln_spec.rb
@@ -2,7 +2,7 @@
RSpec.describe Spandx::Dotnet::Parsers::Sln do
def build(name, version, path)
- Spandx::Core::Dependency.new(name: name, version: version, path: path)
+ Spandx::Core::Dependency.new(name:, version:, path:)
end
describe '#parse' do