summaryrefslogtreecommitdiff
path: root/spec/unit/os/parsers/apk_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/os/parsers/apk_spec.rb')
-rw-r--r--spec/unit/os/parsers/apk_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/os/parsers/apk_spec.rb b/spec/unit/os/parsers/apk_spec.rb
index 0462d1b..220c15f 100644
--- a/spec/unit/os/parsers/apk_spec.rb
+++ b/spec/unit/os/parsers/apk_spec.rb
@@ -7,7 +7,7 @@ RSpec.describe Spandx::Os::Parsers::Apk do
let(:path) { fixture_file('os/lib/apk/db/installed') }
def build(name, version, path)
- Spandx::Core::Dependency.new(name: name, version: version, path: path)
+ Spandx::Core::Dependency.new(name:, version:, path:)
end
specify { expect(subject).to include(build('alpine-baselayout', '3.2.0-r7', path)) }