From c60e80f0a9b707a2c6ca6ae39864634cac21a6cb Mon Sep 17 00:00:00 2001 From: hyuraku <32809703+hyuraku@users.noreply.github.com> Date: Wed, 30 Oct 2024 22:20:56 +0900 Subject: [PATCH] remove Cask::Config.explicit_s spec --- Library/Homebrew/test/cask/config_spec.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Library/Homebrew/test/cask/config_spec.rb b/Library/Homebrew/test/cask/config_spec.rb index bf7ba9b158..732b0fa2f5 100644 --- a/Library/Homebrew/test/cask/config_spec.rb +++ b/Library/Homebrew/test/cask/config_spec.rb @@ -71,10 +71,6 @@ RSpec.describe Cask::Config, :cask do it "returns array of preferred languages" do expect(config.explicit[:languages]).to eq(["zh-TW", "en"]) end - - it "returns string of explicit config keys and values" do - expect(config.explicit_s).to eq('appdir: "/explicit/path/to/apps", language: "zh-TW,en"') - end end context "when installing a cask and then adding a global default dir" do