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