List spec: fix hardcoded library path
This commit is contained in:
parent
93ea8b6350
commit
5d5fb944d2
@ -97,7 +97,7 @@ describe Cask::Cmd::List, :cask do
|
|||||||
],
|
],
|
||||||
"desc": null,
|
"desc": null,
|
||||||
"homepage": "https://brew.sh/",
|
"homepage": "https://brew.sh/",
|
||||||
"url": "file:///usr/local/Homebrew/Library/Homebrew/test/support/fixtures/cask/caffeine.zip",
|
"url": "file://#{TEST_FIXTURE_DIR}/cask/caffeine.zip",
|
||||||
"appcast": null,
|
"appcast": null,
|
||||||
"version": "1.2.3",
|
"version": "1.2.3",
|
||||||
"installed": "1.2.3",
|
"installed": "1.2.3",
|
||||||
@ -124,7 +124,7 @@ describe Cask::Cmd::List, :cask do
|
|||||||
],
|
],
|
||||||
"desc": "BitTorrent client",
|
"desc": "BitTorrent client",
|
||||||
"homepage": "https://transmissionbt.com/",
|
"homepage": "https://transmissionbt.com/",
|
||||||
"url": "file:///usr/local/Homebrew/Library/Homebrew/test/support/fixtures/cask/transmission-2.61.dmg",
|
"url": "file://#{TEST_FIXTURE_DIR}/cask/transmission-2.61.dmg",
|
||||||
"appcast": null,
|
"appcast": null,
|
||||||
"version": "2.61",
|
"version": "2.61",
|
||||||
"installed": "2.61",
|
"installed": "2.61",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user