remove Cask::Config.explicit_s spec
This commit is contained in:
parent
9069d42550
commit
c60e80f0a9
@ -71,10 +71,6 @@ RSpec.describe Cask::Config, :cask do
|
|||||||
it "returns array of preferred languages" do
|
it "returns array of preferred languages" do
|
||||||
expect(config.explicit[:languages]).to eq(["zh-TW", "en"])
|
expect(config.explicit[:languages]).to eq(["zh-TW", "en"])
|
||||||
end
|
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
|
end
|
||||||
|
|
||||||
context "when installing a cask and then adding a global default dir" do
|
context "when installing a cask and then adding a global default dir" do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user