From 2b669685054531ba369601a2a6f21fd3f20d0e27 Mon Sep 17 00:00:00 2001 From: lionellloh Date: Wed, 17 Jun 2020 22:55:02 +0800 Subject: [PATCH] audit: cosmetic changes --- Library/Homebrew/test/dev-cmd/audit_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/Homebrew/test/dev-cmd/audit_spec.rb b/Library/Homebrew/test/dev-cmd/audit_spec.rb index 215d711845..9802f40bd4 100644 --- a/Library/Homebrew/test/dev-cmd/audit_spec.rb +++ b/Library/Homebrew/test/dev-cmd/audit_spec.rb @@ -97,9 +97,7 @@ module Homebrew describe "#audit_license" do let(:spdx_ids) { - # full_path = File.join(File.expand_path(File.dirname(__FILE__) + "../../../data/"), "spdx.json") full_path = File.join(File.dirname(__FILE__), "../../data/spdx.json") - p full_path File.open(full_path, "r") do |f| JSON.parse(f.read) end