mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
10 lines
271 B
Fish
10 lines
271 B
Fish
set -l manifest $DIRNAME/fixtures/manifest
|
|
|
|
set -l plugins foo bar baz quux hoge foobar fred thud chomp gisty mof
|
|
|
|
test "$TESTNAME - Parse fishfile and retrieve plugin names with fisher list fishfile"
|
|
$plugins = (
|
|
fisher list $manifest/fishfile
|
|
)
|
|
end
|