remove Cask::Config.explicit_s spec

This commit is contained in:
hyuraku 2024-10-30 22:20:56 +09:00
parent 9069d42550
commit c60e80f0a9

View File

@ -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